I built rapid-rs to solve a problem I kept hitting: setting up a new Rust web API requires wiring together lots of crates and boilerplate.
: FastAPI's developer experience + Spring Boot's conventions, with Rust's performance and type safety.
: - One command to scaffold: `rapid new myapi` - Auto-configuration: DB, logging, CORS work out of the box - Type-driven validation: Compile-time + runtime guarantees - Auto-generated OpenAPI/Swagger UI - Built on Axum, so you can use Axum patterns when needed
It's early stage but functional. Would love feedback from the HN community!