Re-exports

pub use micro_tower_codegen as codegen;

Modules

Utilities to translate request and replies.
Extensions to improve tower::ServiceBuilder.
Reexport tower utilities.
Structs and methods to manage channels (tcp, streams, etc.)
Utilities to manage unified shutdown on system events (e.g. SIGTERM, SIGQUIT)

Macros

Generates a std::error::Report with pretty and backtrace enabled

Structs

Declaratively construct Service values.

Traits

An asynchronous function from a Request to a Response.