opendevstack / ods-quickstarters

Contains project quickstarters (boilerplates) for Nginx, Go, Java (Spring Boot), Python (Flask), Rust (Axum), Scala (Play), TypeScript (Express), Angular, Ionic, Jupyter, RShiny - all including CI/CD integration & Jenkins build agents
Apache License 2.0
26 stars 39 forks source link

Rust quickstarter #980

Closed gerardcl closed 6 months ago

gerardcl commented 8 months ago

Is your feature request related to a problem? Please describe. We would like to have a Rust 🦀 ODS quickstarter. See Rust docs to understand more.

Describe the solution you'd like A boilerplate with a minimal API example to get faster to code, with as minimal dependencies as possible and hints on what else is recommended to use, so users can later decide on their needs.

Describe alternatives you've considered N/A

Additional context We will provide the Rust quickstarter with axum web application framework.