GitClassic
Feed
Explore
Random
Go Pro
Sign in
heaths
/
functions-quickstart-rust-azd
Code
/
Commits
/ f590b31
Initial commit
Heath Stewart
committed on Sep 14, 2025, 12:50 AM
Showing
18
changed files
+1029 additions
-0 deletions
A
.devcontainer/devcontainer.json
+23
A
.dockerignore
+7
A
.funcignore
+10
A
.gitattributes
+1
A
.gitignore
+7
A
.vscode/extensions.json
+7
A
.vscode/launch.json
+12
A
.vscode/settings.json
+7
A
.vscode/tasks.json
+27
A
Cargo.lock
+782
A
Cargo.toml
+17
A
Dockerfile
+10
A
LICENSE.txt
+21
A
build.rs
+21
A
hello/function.json
+19
A
host.json
+23
A
rust-toolchain.toml
+3
A
src/main.rs
+32
Browse files at this commit โ