An append-only, concurrent vector that allows lock-free reads and push operations.
# Cargo.toml
[dependencies]
append-only-vec = "0.1.8"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new append-only vector and pushes an element.
Use only for write-once, read-many workloads
No dependency data recorded yet.