You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ECOSYSTEM.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,6 @@ If your project isn't listed here and you would like it to be, please feel free
43
43
-[axum-prometheus](https://github.com/ptrskay3/axum-prometheus): A middleware library to collect HTTP metrics for axum applications, compatible with all [metrics.rs](https://metrics.rs) exporters.
44
44
-[axum-valid](https://github.com/gengteng/axum-valid): Extractors for data validation using validator, garde, and validify.
45
45
-[tower-sessions](https://github.com/maxcountryman/tower-sessions): Sessions as a `tower` and `axum` middleware.
46
-
-[shuttle](https://github.com/shuttle-hq/shuttle): Build & ship backends without writing any infrastructure files. Now with axum support.
47
46
-[socketioxide](https://github.com/totodore/socketioxide): An easy to use socket.io server implementation working as a `tower` layer/service.
48
47
-[axum-serde](https://github.com/gengteng/axum-serde): Provides multiple serde-based extractors / responses, also offers a macro to easily customize serde-based extractors / responses.
49
48
-[loco.rs](https://github.com/loco-rs/loco): A full stack Web and API productivity framework similar to Rails, based on axum.
@@ -122,7 +121,6 @@ If your project isn't listed here and you would like it to be, please feel free
122
121
-[Using Rust, Axum, PostgreSQL, and Tokio to build a Blog]
123
122
-[Introduction to axum]: YouTube playlist
124
123
-[Rust Axum Full Course]: YouTube video
125
-
-[Deploying Axum projects with Shuttle]
126
124
-[API Development with Rust](https://rust-api.dev/docs/front-matter/preface/): REST APIs based on axum
127
125
-[axum-rest-api-postgres-redis-jwt-docker]: Getting started with REST API Web Services in Rust using Axum, PostgreSQL, Redis, and JWT
128
126
@@ -134,7 +132,5 @@ If your project isn't listed here and you would like it to be, please feel free
134
132
[Using Rust, Axum, PostgreSQL, and Tokio to build a Blog]: https://spacedimp.com/blog/using-rust-axum-postgresql-and-tokio-to-build-a-blog/
135
133
[Introduction to axum]: https://www.youtube.com/playlist?list=PLrmY5pVcnuE-_CP7XZ_44HN-mDrLQV4nS
136
134
[Rust Axum Full Course]: https://www.youtube.com/watch?v=XZtlD_m59sM
137
-
[Deploying Axum projects with Shuttle]: https://docs.shuttle.rs/examples/axum
[Building a SaaS with Rust & Next.js](https://joshmo.bearblog.dev/lets-build-a-saas-with-rust/) A tutorial for combining Next.js with Rust via axum to make a SaaS.
0 commit comments