Shuttle v0.4.0 is out! (Serverless Rust)
Author: openquery
https://www.reddit.com/r/rust/comments/w1w3zd/shuttle_v040_is_out_serverless_rust/
Hey r/Rust! For anyone who wants to get into Rust web dev - Shuttle v0.4.0 is out! Just to remind everyone, Shuttle is an open-source serverless platform for Rust which makes it really easy to deploy your web-apps (1 annotation on your main function). If you're curious as to how it works, check out this hello world example. We have a new feature at your disposal: * Services can now opt into an AWS RDS Postgres, MySql or MariaDB instance rather than the previously shared Postgres instance This release also comes with some highly requested changes: * cdylib now gets set automatically at build time so you no longer have to specify it explicitly in your Cargo.toml * Improved error messages (e.g. invalid API keys now have a helpful error message and suggestion) * Major quality of life improvements for local development * Rewrite of the shuttle_service::Service to make it easier for use
--
FROM 117.147.21.*