Typed Effects in Rust — build composable, testable async programs where dependencies live in the type system and cleanup is guaranteed. If async Rust has you drowning in parameters and brittle .await? chains, start here: https://industrial.github.io/id_effect/introduction.html — runnable examples, no monad homework required. id_effect: describe what you want; the runtime does the rest.
Learn to build composable, testable async programs with id_effect