5 releases
Uses new Rust 2024
| new 0.1.5 | Feb 18, 2026 |
|---|---|
| 0.1.4 | Feb 16, 2026 |
| 0.1.2 | Jan 29, 2026 |
| 0.1.0 |
|
#224 in Concurrency
1,570 downloads per month
Used in 2 crates
(via blazinterner)
115KB
1.5K
SLoC
AppendVec: a concurrent append-only container of immutable values
This container data structure ensures that reads return stable references and can happen concurrently to a write.
Dependencies
~105KB