-
Are you up for making a PR to axum that links to your project from https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md? Otherwise I'm doing that tomorrow 😅
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
The Realworld spec comes with a Postman collection (a series of REST client scripts) which test the API, although it mostly just covers happy paths: https://github.com/gothinkster/realworld/tree/a3855ae3a346e7bcb809dcddcc057bd13edc0c19/api
-
That's obviously not a great situation, so I've started experimenting with airtasker/spot which uses a Typescript-based DSL to generate OpenAPI specs. It's a decent stopgap, although I would love it if we could adapt something like this to Rust using doc-comments and attributes or something so the documentation can live in the code itself.
-
Would be interesting to hear some input/thoughts from u/LukeMathWalker the author of https://www.zero2prod.com/ on this!
-
Clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
It's kind of funny, the PR to add the lints to Clippy was authored not too long after I proposed adding similar lints to rustc on IRLO. I wonder if that PR was prompted by my post.
-
Sadly, it looks like there's no interested in adding it into the official Docker images either: https://github.com/rust-lang/docker-rust/issues/37
-
We have much, much larger projects that are currently in production; most are closed source, but one open-source project which we have an engagement to maintain is https://github.com/ji-devs/ji-cloud/tree/sandbox/backend/api
-
Actually, /u/mehcode just reminded me that this exists: https://github.com/Keats/validator