//
Search across all documentation pages
12 pages in this section.
The mental model behind Rust web backends: an async runtime driving a router built from extractors, with Tower's Service/Layer trait pattern composing middleware by nesting rather than by callback chain.
Structure, error strategy, and performance.