Skip Navigation

New Tokio blog post: Announcing axum 0.7

tokio.rs Announcing axum 0.7.0 | 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.

1
1 comments
  • The reduction in generics exposed through the public API is a welcomed change. It’s been a while since I’ve used Axum, but I remember enjoying everything except the effects the generics had on how I could make calls and pass things around.