axum/examples
2022-07-03 21:47:23 +02:00
..
async-graphql update examples 2022-07-03 21:47:23 +02:00
chat update examples 2022-07-03 21:47:23 +02:00
consume-body-in-extractor-or-middleware update examples 2022-07-03 21:47:23 +02:00
cors update examples 2022-07-03 21:47:23 +02:00
customize-extractor-error update examples 2022-07-03 21:47:23 +02:00
customize-path-rejection update examples 2022-07-03 21:47:23 +02:00
error-handling-and-dependency-injection update examples 2022-07-03 21:47:23 +02:00
form update examples 2022-07-03 21:47:23 +02:00
global-404-handler update examples 2022-07-03 21:47:23 +02:00
graceful-shutdown update examples 2022-07-03 21:47:23 +02:00
hello-world update examples 2022-07-03 21:47:23 +02:00
http-proxy update examples 2022-07-03 21:47:23 +02:00
jwt update examples 2022-07-03 21:47:23 +02:00
key-value-store update examples 2022-07-03 21:47:23 +02:00
low-level-rustls update examples 2022-07-03 21:47:23 +02:00
multipart-form update examples 2022-07-03 21:47:23 +02:00
oauth update examples 2022-07-03 21:47:23 +02:00
print-request-response update examples 2022-07-03 21:47:23 +02:00
prometheus-metrics update examples 2022-07-03 21:47:23 +02:00
query-params-with-empty-strings update examples 2022-07-03 21:47:23 +02:00
readme update examples 2022-07-03 21:47:23 +02:00
rest-grpc-multiplex update examples 2022-07-03 21:47:23 +02:00
reverse-proxy update examples 2022-07-03 21:47:23 +02:00
routes-and-handlers-close-together checkpoint 2022-07-03 21:07:29 +02:00
sessions update examples 2022-07-03 21:47:23 +02:00
sqlx-postgres update examples 2022-07-03 21:47:23 +02:00
sse update examples 2022-07-03 21:47:23 +02:00
static-file-server update examples 2022-07-03 21:47:23 +02:00
stream-to-file update examples 2022-07-03 21:47:23 +02:00
templates update examples 2022-07-03 21:47:23 +02:00
testing update examples 2022-07-03 21:47:23 +02:00
tls-rustls update examples 2022-07-03 21:47:23 +02:00
todos update examples 2022-07-03 21:47:23 +02:00
tokio-postgres update examples 2022-07-03 21:47:23 +02:00
tracing-aka-logging update examples 2022-07-03 21:47:23 +02:00
unix-domain-socket update examples 2022-07-03 21:47:23 +02:00
validator update examples 2022-07-03 21:47:23 +02:00
versioning update examples 2022-07-03 21:47:23 +02:00
websockets update examples 2022-07-03 21:47:23 +02:00
Cargo.toml Move examples to separate workspace (#978) 2022-04-29 18:53:41 +02:00
README.md Restructure community showcase (#454) 2021-11-03 09:20:01 +01: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.

For a list of what the community built with axum, please see the list here.