# AppendVec: a concurrent append-only container of immutable values
[](https://crates.io/crates/appendvec)
[](https://docs.rs/appendvec/0.1.1/)
[](https://releases.rs/docs/1.85.0/)
[](https://github.com/gendx/appendvec/tree/0.1.1)
[](https://deps.rs/crate/appendvec/0.1.1)
[](https://github.com/gendx/appendvec/blob/0.1.1/LICENSE)
[](https://app.codecov.io/gh/gendx/appendvec/tree/0.1.1)
[](https://github.com/gendx/appendvec/actions/workflows/build.yml)
[](https://github.com/gendx/appendvec/actions/workflows/tests.yml)
This container data structure ensures that reads return stable references and
can happen concurrently to a write.