appendvec 0.1.2

A concurrent append-only container of immutable values
Documentation

AppendVec: a concurrent append-only container of immutable values

Crate Documentation Minimum Rust 1.85.0 Lines of Code Dependencies License Codecov Build Status Test Status

This container data structure ensures that reads return stable references and can happen concurrently to a write.