codegraph 0.1.1

A fast, reliable, and flexible graph database optimized for storing and querying code relationships
Documentation
/.specify/
/specs/
# Rust build artifacts
target/
output/
debug/
release/
*.rs.bk
*.rlib
*.prof*

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

# Logs and environment
*.log
.env*

# OS-specific
.DS_Store
Thumbs.db
*.tmp

# Test artifacts
*.test
coverage/

# RocksDB test databases
*.graph
test_db/