axum/examples/README.md
David Pedersen 6c9651c14a
Move all examples to their own crates (#201)
This makes it much clearer which dependencies each example has.
2021-08-18 00:49:01 +02:00

8 lines
267 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.