Axum is a popular web framework for building REST APIs in Rust. It is simple to use and has hyper-compatibility with Tower, a library for building network applications. Axum follows the style of REST-style APIs like Express, where you can create handler functions and attach them to Axum's `Router` type. It supports various
Table of contents
Routing in AxumAdding a Database in AxumApp State in AxumExtractors in AxumCustom Extractors in AxumMiddleware in AxumServing Static Files in AxumHow to Deploy AxumFinishing UpSort: