From e2e9f1ff68dc54f5a4a90c1d20b93d619bccee0e Mon Sep 17 00:00:00 2001 From: Eray Karatay <70590982+programatik29@users.noreply.github.com> Date: Mon, 15 Nov 2021 10:31:41 +0300 Subject: [PATCH] add axum-tutorial to ecosystem (#519) --- ECOSYSTEM.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index c4a35622..a98ea905 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -18,3 +18,10 @@ If your project isn't listed here and you would like it to be, please feel free - [ROAPI](https://github.com/roapi/roapi): Create full-fledged APIs for static datasets without writing a single line of code. - [notify.run](https://github.com/notify-run/notify-run-rs): HTTP-to-WebPush relay for sending desktop/mobile notifications to yourself, written in Rust. - [turbo.fish](https://turbo.fish/) ([repository](https://github.com/jplatte/turbo.fish)): Find out for yourself 😉 + +## Tutorials + +- [axum-tutorial][axum-tutorial] ([website][axum-tutorial-website]): Axum web framework tutorial for beginners. + +[axum-tutorial]: https://github.com/programatik29/axum-tutorial +[axum-tutorial-website]: https://programatik29.github.io/axum-tutorial/