Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.73 KB

ECOSYSTEM.md

File metadata and controls

27 lines (19 loc) · 1.73 KB

Community Projects

If your project isn't listed here and you would like it to be, please feel free to create a PR.

Community maintained axum ecosystem

  • axum-server: axum-server is a hyper server implementation designed to be used with axum.
  • axum-typed-websockets: axum::extract::ws with type safe messages.
  • axum-flash: One-time notifications (aka flash messages) for axum.
  • axum-handle-error-extract: Error handling layer for axum that supports extractors and async functions.
  • axum-debug: Debugging crate that provides better error messages for axum.

Project showcase

  • Houseflow: House automation platform written in Rust.
  • Datafuse: Cloud native data warehouse written in Rust.
  • JWT Auth: JWT auth service for educational purposes.
  • ROAPI: Create full-fledged APIs for static datasets without writing a single line of code.
  • notify.run: HTTP-to-WebPush relay for sending desktop/mobile notifications to yourself, written in Rust.
  • turbo.fish (repository): Find out for yourself 😉

Tutorials