I have been using rust in production for about 2 years. It took a while to put all the parts of code together that make up a full production-ready project. This includes
- Web-server
- Mocking in tests
- Multi-stage slim docker build
- Database connectivity
- Docker-compose for local debugging
- Github CI/CD
- Open telemetry
I have created a template repository at GitHub - nirmangupta/template-warp-server: Template code for warp server connected to mongo database
(This one is based on warp)
I would love to get some feedback.