axum/examples
David Pedersen 0ee7379d4f
Fix compile time regression by boxing routes internally (#404)
This is a reimplementation of #401 but with the new matchit based router.

Fixes #399
2021-10-24 20:52:42 +02:00
..
2021-10-05 07:50:27 +02:00
2021-10-07 16:49:57 +02:00
2021-10-24 17:33:03 +00:00
2021-10-24 17:33:03 +00:00
2021-09-28 18:12:23 +02:00

Examples

This folder contains numerous example showing how to use axum. Each example is setup as its own crate so its dependencies are clear.

Community showcase

  • Houseflow: House automation platform written in Rust.
  • Datafuse: Cloud native data warehouse written in Rust.
  • JWT Auth: JWT auth service for educational purposes.