rollblock 0.3.2

A super-fast, block-oriented and rollbackable key-value store.
Documentation
# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock  # For libraries, lock file is not committed

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

# Testing
*.profraw
*.profdata

# Coverage
/coverage/
/llvm-cov-target/
tarpaulin-report.html
cobertura.xml
lcov.info

# Documentation
/target/doc/

# Environment
.env
.env.local

# OS
Thumbs.db

data/