fundamentum-edge-proto 1.0.1

Bindings to Fundamentum Edge Daemon's gRPC API
Documentation
# Inspired by https://www.toptal.com/developers/gitignore/api/visualstudiocode,rust,rust-analyzer,direnv

### direnv ###
# Direnv cache when using nix develop through direnv
/.direnv/

### Rust ###
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# `CARGO_HOME` redirected locally when using `nix develop`
/.cargo/