axum/examples
David Pedersen 97b53768ba
Replace RoutingDsl trait with Router type (#214)
* Remove `RoutingDsl`

* Fix typo
2021-08-19 21:24:32 +02:00
..
async-graphql Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
chat Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
error-handling-and-dependency-injection Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
form Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
global-404-handler Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
hello-world Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
key-value-store Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
multipart-form Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
oauth Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
sessions Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
sse Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
static-file-server Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
templates Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
testing Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
tls-rustls Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
todos Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
tokio-postgres Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
tracing-aka-logging Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
unix-domain-socket Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
versioning Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
websockets Replace RoutingDsl trait with Router type (#214) 2021-08-19 21:24:32 +02:00
README.md Move all examples to their own crates (#201) 2021-08-18 00:49:01 +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.