Announcing axum 0.3

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • axum

    Ergonomic and modular web framework built with Tokio, Tower, and Hyper

    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 :)

  • chartered

    ✈️ a private, authenticated, permissioned cargo registry

    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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • warp

    A super-easy, composable, web server framework for warp speeds. (by seanmonstar)

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts