A cargo generate template for writing Azure functions in Rust. Based on the guidance given in Quickstart: Create a Go or Rust function in Azure using Visual Studio Code.
cargo generate --git https://github.com/seeplusplus/rust-function-template
cargo build --release
cp target/x86_64-unknown-linux-musl/release/project-name ./
func start