axum/examples
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
..
async-graphql Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
chat Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
error-handling-and-dependency-injection Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
form Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
global-404-handler Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
hello-world Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
key-value-store Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
multipart-form Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
oauth Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
sessions Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
sse Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
static-file-server Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
templates Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
testing Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
tls-rustls Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
todos Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
tokio-postgres Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
tracing-aka-logging Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
unix-domain-socket Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
versioning Move all examples to their own crates (#201) 2021-08-18 00:49:01 +02:00
websockets Move all examples to their own crates (#201) 2021-08-18 00:49:01 +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.