Notes on the experience of porting a small chatbot HTTP API from Python to #rust using the Rocket web framework. https://blog.console.dev/porting-a-python-azure-serverless-function-to-rust/
...as for Rocket requiring nightly, it's important to understand the philosophy behind it.
From the beginning, Rocket's been designed around "Make the most comfortable API we can and then wait for Rust to come to us", and they only recently started finding ways to dial it back a bit. The number of different API-unstable language features it relied on from nightly was a **massive** outlier.