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

3m read timeFrom tokio.rs
Post cover image
Table of contents
Path parameter syntax changesOption<T> as an extractor#[async_trait] removalSee the changelog for more
1 Comment

Sort: