News

rust-user-api/ ├── Cargo.toml # Dependencies and metadata ├── src/ │ ├── main.rs # Application entry point │ ├── lib.rs # Library exports │ ├── models.rs # Data structures │ └── handlers.rs # Request ...
📦 Features In-memory storage for rapid development and testing 🔄 Full CRUD endpoints: POST, GET, PUT, DELETE 🧪 Swagger UI for testing & docs at / 🚀 Minimal setup, ready for DevOps CI/CD pipelines ...