From 7dcc0db31e512c86242a2d46a4a90ceae1802ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 14 Apr 2026 11:51:56 +0200 Subject: [PATCH] chore: inline links in the ECOSYSTEM.md (#3729) --- ECOSYSTEM.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 08fa6416..1f9bea4e 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -73,7 +73,7 @@ If your project isn't listed here and you would like it to be, please feel free - [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 😉 - [Book Management](https://github.com/lz1998/axum-book-management): CRUD system of book-management with ORM and JWT for educational purposes. -- [realworld-axum-sqlx](https://github.com/launchbadge/realworld-axum-sqlx): A Rust implementation of the [Realworld] demo app spec using axum and [SQLx]. +- [realworld-axum-sqlx](https://github.com/launchbadge/realworld-axum-sqlx): A Rust implementation of the [Realworld](https://github.com/gothinkster/realworld) demo app spec using axum and [SQLx](https://github.com/launchbadge/sqlx). See https://github.com/davidpdrsn/realworld-axum-sqlx for a fork with up to date dependencies. - [Rustapi](https://github.com/ndelvalle/rustapi): RESTful API template using MongoDB - [axum-postgres-template](https://github.com/koskeller/axum-postgres-template): Production-ready axum + PostgreSQL application template @@ -112,9 +112,6 @@ If your project isn't listed here and you would like it to be, please feel free - [axum-rest-api-example](https://github.com/sheroz/axum-rest-api-sample): REST API Web service in Rust using axum, JSON Web Tokens (JWT), SQLx, PostgreSQL, Redis, Docker, structured error handling, and end-to-end API tests. - [tower-mcp](https://github.com/joshrotenberg/tower-mcp): Tower-native Model Context Protocol (MCP) implementation -[Realworld]: https://github.com/gothinkster/realworld -[SQLx]: https://github.com/launchbadge/sqlx - ## Tutorials - [Rust on Nails](https://rust-on-nails.com/): A full stack architecture for Rust web applications