Releases: dbanty/dylananthony.com
Releases · dbanty/dylananthony.com
Replacing FastAPI with Rust: Part 5 - Rocket 0.5
Follow along in this fifth part of the series as I convert a key part of my solution from last time to Rocket 0.5, Tokio 1.0, and async
.
Other Links
Replacing FastAPI with Rust: Part 4 - A Solution
In the fourth part of this series I finally select a web framework to use!
Other Links
Replacing FastAPI with Rust: Part 3 - Trying Actix
A new blog post attempting to use actix-web, Paperclip, Netlify's Lambda runtime, and AWS SAM to create a serverless REST API automatically documented with OpenAPI.
Other Links
Replacing FastAPI with Rust: Part 2 - Research
A new blog post in the series on replacing FastAPI with Rust. This time we take a look at existing libraries in the Rust ecosystem to see how far we can get.
Other Links
Replacing FastAPI with Rust: Part 1 - Intro
A new blog post introducing the series about replacing my usages of FastAPI with something else which will be written in Rust.