Files
axum/examples
David Pedersen ee387ae30b Backport impl tower::Layer for Extension (#805)
* Implement `tower::Layer` for `Extension` (#801)

* Implement `tower::Layer` for `Extension`

* changelog

* Deprecate `AddExtensionLayer`

* changelog

* Add missing #[allow(deprecated)]
2022-03-01 12:05:42 +01:00
..
2021-12-01 20:14:25 +00:00
2022-02-22 13:33:10 +01:00
2021-12-01 20:14:25 +00:00
2022-01-03 18:48:50 +01:00
2022-02-22 13:33:10 +01:00
2021-12-01 20:14:25 +00:00
2021-12-01 20:14:25 +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.