Crate diskvec

Source
Expand description

A thread-safe, on-disk vector for Copy types.

Structs§

DiskVec
A concurrent on-disk vector for storing and manipulating Volatile types
MutableReference
A mutable reference into the DiskVec, carrying a guard

Traits§

Volatile
A trait restricting what kind of types can be put in the DiskVec