The release of axum 0.8.0 introduces significant changes to the web framework, including new path parameter syntax, changes to the use of Option<T> as an extractor, and removal of the #[async_trait] macro. The update aims to improve the framework's functionality and ease of use, including compatibility with the latest Rust features. Users may need to adjust their code to accommodate these changes.
Table of contents
Path parameter syntax changesOption<T> as an extractor#[async_trait] removalSee the changelog for more1 Comment
Sort: