rustygraph 0.4.2

A high-performance library for visibility graph computation from time series data
Documentation
# Rust build artifacts

**/*.rs.bk
*.pdb

# Cargo lock file (optional for libraries)
# Cargo.lock

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

# Documentation build
/target/doc

# Benchmark results
/target/criterion

# Test coverage
/target/coverage
*.profraw
*.profdata

# Backup files
*.bak
*.orig

# Local development
PROGRESS.md
notes.md
scratch.rs