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
-
JetBrains
Developer Ecosystem Survey 2022. Take part in the Developer Ecosystem Survey 2022 by JetBrains and get a chance to win a Macbook, a Nvidia graphics card, or other prizes. We’ll create an infographic full of stats, and you’ll get personalized results so you can compare yourself with other developers.
-
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
Tokio binding for Tungstenite, the 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.