lock-db 1.0.0

Lock manager and deadlock detection for Rust databases - row/range locks, multiple granularities, and wait-for cycle detection.
Documentation
# Development (dev/ is committed; .dev/ and .claude/ stay local)
/.dev
/.claude

# Rust / Cargo
/target/
**/*.rs.bk

# Editor & OS junk
/.vscode
.DS_Store
Thumbs.db
Desktop.ini

# Secrets
.env

# Libraries do not commit the lockfile
Cargo.lock