In this post I'm going to show how to create a minimal Microservice with Rust and the Hyper Crate. Microservices are tiny, independent servers that perform specific tasks. The first thing you need is the Rust Toolchain. To install Rust visit https://www.rust-lang.org or https://rustup.rs Im currently using MacOS so I installed Rust using the command… >…
Read post
Azure Rust Functions
Post in progress.
Read post