placeholder

Announcing Axum | Tokio - An asynchronous Rust runtime

Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.

Click to view the original at tokio.rs

Hasnain says:

Not sure how I missed this one earlier. Bookmarking for later use.

“In particular the last point is what sets axum apart from existing frameworks. axum doesn't have its own middleware system but instead uses tower::Service. This means axum gets timeouts, tracing, compression, authorization, and more, for free. It also enables you to share middleware with applications written using hyper or tonic.”

Posted on 2021-09-09T05:46:50+0000