Hi for the past month I have been building backend applications in Rust and tried to deploy on Netlify. The experience has been okay.
However looks like the feature for Rust has been in Experimental Mode for quite some time now
The examples in the blog post or GitHub repository works and helps you to get started. But the packages are very outdated and once you update packages and then redeploy your functions, the functions crash once you visit your functions.
Trying to also use the latest lambda packages also results in a crash.
My question is…
- What are the plans for Rust to move from experimental to full support.
- Is there a way to use updated packages that will not break your application.
Thanks.