dragonfly-plugin 0.2.0

Dragonfly gRPC plugin SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Cargo build artifacts
target/


# Cargo.lock for libraries (keep for applications)
# See: https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock


# IDE files
.idea/

.vscode/

*.swp

*.swo


# OS files
.DS_Store

Thumbs.db