axum 0.7 is finally out 🚀 #rustlang
Comes with hyper 1.0 support, axum's own Body type, and fewer generics.
axum 0.7 is finally out 🚀 #rustlang
Comes with hyper 1.0 support, axum's own Body type, and fewer generics.
@adam_chal Thanks!
It’s unlikely tower can use AFIT because of the limitations around trait objects and declaring Send bounds. See https://github.com/tower-rs/tower/issues/753 for the full discussion.
`type_alias_in_trait` might be our savior though.
Hi, I would like to open this work to start the discussion and start to make progress towards getting tower ready for when async fn in traits and impl return values for traits are allowed. As I rea...