Our great sponsors
-
We talked a bit in Discord and decided to highlight community showcases and crates built with axum a bit differently. See https://github.com/tokio-rs/axum/pull/454. Hopefully this clears things up :)
-
Just made the switch to 0.3 in chartered - build times are looking great compared to what they were before without boxing. Thanks for your great work
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
Looking through warp's implementation you also find stuff like https://github.com/seanmonstar/warp/blob/b6d1fc0719604ef1010aec00544408e6af1289a5/src/generic.rs which is cool as an academic exercise but I would like to keep axum's internals simpler if possible. One day I wanna sit down and actually learn how warp works internally. I come from a scala/haskell background so I like digging into stuff like this.
-
tokio-tungstenite
Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
Well, I don't even know what this is. I think you can find your answer in the tokio-tungstenite repo. That's what axum is using under the hood.