axum/examples
Jonas Platte 05767b986e
Remove unneeded bounds on S in FromRequest(Parts) implementations
This doesn't actually allow using non-Send or non-Sync state types, but
it makes the docs simpler.
2022-11-05 11:04:56 +01:00
..
2022-08-17 15:13:31 +00: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.