o3 0.2.0

shared-nothing primitives
Documentation
# Rust build artifacts
/target/

# Cargo.lock: this crate is a library, so ignore it.
# (Remove this line if you add a binary that needs reproducible builds.)
Cargo.lock

# Backup files generated by rustfmt
**/*.rs.bk

# MSVC debug files
*.pdb

# Editor / IDE
.vscode/
.idea/
*.iml
*.swp
*.swo
.zed/

# macOS
.DS_Store

# Environment / secrets
.env
.env.local

# Coverage
*.profraw
tarpaulin-report.*