GitClassic
Feed
Explore
Random
Go Pro
Sign in
heaths
/
dotazure-rs
Code
/
Commits
/ 49bebba
Initial commit
Heath Stewart
committed on Apr 24, 2025, 03:44 AM
Showing
27
changed files
+2944 additions
-0 deletions
A
.cspell.json
+48
A
.devcontainer/Dockerfile
+10
A
.devcontainer/devcontainer.json
+22
A
.editorconfig
+13
A
.gitattributes
+2
A
.github/workflows/ci.yml
+78
A
.github/workflows/release.yml
+43
A
.gitignore
+2
A
.helix/config.toml
+2
A
.helix/languages.toml
+18
A
.taplo.toml
+13
A
.vscode/extensions.json
+10
A
.vscode/launch.json
+36
A
.vscode/settings.json
+11
A
Cargo.lock
+2107
A
Cargo.toml
+23
A
LICENSE.txt
+7
A
README.md
+10
A
azure.yaml
+3
A
examples/secrets.rs
+29
A
infra/main.bicep
+46
A
infra/main.bicepparam
+10
A
infra/resources.bicep
+54
A
rust-toolchain.toml
+2
A
src/context.rs
+123
A
src/error.rs
+162
A
src/lib.rs
+60
Browse files at this commit โ