segment-buffer 0.6.0

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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "json": {},
  "excludes": [
    "**/target/**",
    "**/.git/**",
    "**/*-lock.json",
    "**/Cargo.lock",
    "**/flake.lock",
    "**/proptest-regressions/**",
    "**/Cargo.toml",
    "**/*.md"
  ],
  "plugins": ["https://plugins.dprint.dev/json-0.23.0.wasm"]
}