axum/examples
zys864 cb168b96fe
fix examples/todos's async fn todos_index iter_overeager_cloned (#794)
* remove unused `axum`'s dependency:`tokio-util`

* fix `examples/todos`'s `async fn todos_index` iter_overeager_cloned
2022-02-25 15:29:23 +01:00
..
2022-02-12 17:16:14 +00:00
2021-12-01 20:14:25 +00:00
2021-12-01 20:14:25 +00:00
2022-01-03 18:48:50 +01:00
2022-02-12 17:16:14 +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.