mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 23:38:20 +01:00
1c60255b9f
* Add project based on the readme example * Add readme project link to README.md * Typo correction * Update examples/readme-example/Cargo.toml Use tracing-subscriber 0.2 to match other the other examples Co-authored-by: David Pedersen <david.pdrsn@gmail.com> * Update README.md Use original readme phrasing for crate docs Co-authored-by: David Pedersen <david.pdrsn@gmail.com> * Rename readme-exmaple to readme * Revert tracing call to debug from info Co-authored-by: Jordan Gould <jordan@tineye.com> Co-authored-by: David Pedersen <david.pdrsn@gmail.com> |
||
---|---|---|
.. | ||
async-graphql | ||
chat | ||
customize-extractor-error | ||
error-handling-and-dependency-injection | ||
form | ||
global-404-handler | ||
graceful_shutdown | ||
hello-world | ||
http-proxy | ||
jwt | ||
key-value-store | ||
low-level-rustls | ||
multipart-form | ||
oauth | ||
print-request-response | ||
query-params-with-empty-strings | ||
readme | ||
reverse-proxy | ||
sessions | ||
sse | ||
static-file-server | ||
templates | ||
testing | ||
tls-rustls | ||
todos | ||
tokio-postgres | ||
tracing-aka-logging | ||
unix-domain-socket | ||
validator | ||
versioning | ||
websockets | ||
README.md |
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.
- 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.