-
Forgot to add a link: rocket.rs
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
figure out testing, you probably want to structure your app in a way that allows you to run it in testing (Zero to Production has a great approach to that). There are helpers for testing like sqlx::test but CLion Rust plugin doesn't support them yet, it breaks code analysis (afaik the fix is not released yet).
-
zero2prod
Developed following the book "Zero To Production In Rust" using axum instead of actix-web. (by mattiapenati)
Someone rebuilt the project from Zero to Production with axum. https://github.com/mattiapenati/zero2prod