geode-client 0.1.1-alpha.20

Rust client library for Geode graph database with full GQL support
Documentation
# Generated by Cargo
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries.
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock

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

# MSVC Windows builds had .pdb files
*.pdb

# IDE files
.idea/
.vscode/
*.swp
*.swo
*~

# Coverage
/coverage/
*.profraw
*.profdata

# Benchmark output
/target/criterion/

# Fuzz corpus and artifacts
/fuzz/target/
/fuzz/corpus/
/fuzz/artifacts/

# OS files
.DS_Store
Thumbs.db

# Environment files
.env
.env.local