Crate vec_file

Source

Re-exports§

pub use crate::vec_file::*;

Modules§

vec_file
A Vec-type collection that sits in a file vs in memory. Has many of the same operations as Vec, and has some optional protections against Read/Write issues with the underlying file via ‘shadows.’ Can be iterated over, can be easily cloned, and converted to and from Vec.