axum/examples/README.md
2021-10-25 08:15:16 +02:00

11 lines
594 B
Markdown

# 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](https://github.com/gbaranski/houseflow): House automation platform written in Rust.
- [Datafuse](https://github.com/datafuselabs/datafuse): Cloud native data warehouse written in Rust.
- [JWT Auth](https://github.com/Z4RX/axum_jwt_example): JWT auth service for educational purposes.
- [ROAPI](https://github.com/roapi/roapi): Create full-fledged APIs for static datasets without writing a single line of code.