segment-buffer 0.5.1

High-throughput local buffer for cloud sync: batch-spills to zstd+CBOR segment files with at-least-once delivery, ack-based deletion, filename-based crash recovery, configurable durability, and optional encryption. Single-process by design. No WAL, no metadata DB.
Documentation
/target
**/*.rs.bk
.fuzz/
*.profraw

# NOTE: Cargo.lock is intentionally committed (not gitignored) so that Nix
# flake builds are reproducible. See flake.nix and AGENTS.md.

# Nix build outputs
result
result-*

# Fuzz corpus and artifacts (cargo-fuzz)
fuzz/corpus/
fuzz/artifacts/

# >>> buildflow-managed (.gitignore) >>>
# Auto-managed by buildflow. Edit outside these markers; this block is regenerated on `buildflow --fix`.

## Secrets and environment
.env
.env.local
.env.*.local
*.pem
*.key

## Databases
*.db
*.db-shm
*.db-wal

## Operating systems
.DS_Store
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db

## Editors and ides
.idea/
.vscode/
*.swp
*.swo
*~

## Logs and temporaries
*.log
*.tmp
*.temp

## Buildflow artifacts
audit-log.*
workflow-audit-log.*
.buildflow-workflow-baseline.json

## Reports and coverage
/coverage
reports/

## Nix
.envrc
.direnv/

## Rust
*.pdb
# <<< buildflow-managed (.gitignore) <<<