From 2fe435173e158c58c0075386a69f62b24eec131c Mon Sep 17 00:00:00 2001 From: Sandor Apati Date: Sat, 21 Sep 2024 09:09:23 +0200 Subject: [PATCH] ECOSYSTEM.md: Add link to rust-api.dev (#2923) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index ff374e86..9a27ab34 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -105,6 +105,7 @@ If your project isn't listed here and you would like it to be, please feel free - [Introduction to axum]: YouTube playlist - [Rust Axum Full Course]: YouTube video - [Deploying Axum projects with Shuttle] +- [API Development with Rust](https://rust-api.dev/docs/front-matter/preface/): REST APIs based on Axum [axum-tutorial]: https://github.com/programatik29/axum-tutorial [axum-tutorial-website]: https://programatik29.github.io/axum-tutorial/