Skip to content

A cargo generate template for writing Azure functions in Rust

License

Notifications You must be signed in to change notification settings

seeplusplus/rust-function-template

Repository files navigation

rust-function-template

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.

Usage

  1. cargo generate --git https://github.com/seeplusplus/rust-function-template
  2. cargo build --release
  3. cp target/x86_64-unknown-linux-musl/release/project-name ./
  4. func start

About

A cargo generate template for writing Azure functions in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages