axum 0.3.1

Web framework that focuses on ergonomics and modularity
Documentation
1
2
3
4
5
6
7
8
In axum a "handler" is an async function that accepts zero or more
["extractors"](#extractors) as arguments and returns something that
can be converted [into a response](crate::response).

Handlers is where your application logic lives and axum applications are built
by routing between handlers.

[`debug_handler`]: https://docs.rs/axum-debug/latest/axum_debug/attr.debug_handler.html