Expand description
Backing Storage for database. See also AtomicFile.
Structs
- Simple implementation of storage using
Vec<u8>. - Simple implementation of Storage using
std::fs::File.
Traits
- Interface for database storage.
Backing Storage for database. See also AtomicFile.
Vec<u8>.std::fs::File.