Add link to Axum tutorial (#1181)

This commit is contained in:
Carlos Armando Marcano Vargas 2022-07-21 16:56:33 -04:00 committed by GitHub
parent cf09f62a1a
commit 216c89e44c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,8 +49,10 @@ If your project isn't listed here and you would like it to be, please feel free
- [axum-tutorial] ([website][axum-tutorial-website]): Axum web framework tutorial for beginners.
- [demo-rust-axum]: Demo of Rust and axum web framework
- [Introduction to axum (talk)]: Talk about axum from the Copenhagen Rust Meetup.
- [Getting Started with Axum]: Axum tutorial, GET, POST endpoints and serving files.
[axum-tutorial]: https://github.com/programatik29/axum-tutorial
[axum-tutorial-website]: https://programatik29.github.io/axum-tutorial/
[demo-rust-axum]: https://github.com/joelparkerhenderson/demo-rust-axum
[Introduction to axum (talk)]: https://www.youtube.com/watch?v=ETdmhh7OQpA
[Getting Started witn Axum]: https://carlosmv.hashnode.dev/getting-started-with-axum-rust