Available on crate feature
std only.Expand description
File based reader used by KV, MultiMap, and Vector
Structs§
- File
Options - Options to create a S2BaseStore
- Iter
- Iterator for S2BaseStore
- Iter
Multi - Multi-Value Iterator for S2BaseStore
- S2Base
Store - NOTE: The File KVStore is designed to be used in states:
Enums§
- File
State - The state of the store
Constants§
- KEY_
STORE_ LENGTH - The length of a key: [id: u64, value-offset: u64, value-length: u32]
Type Aliases§
- S2File
Store - An S2 store that uses the FileSystem for both reading and writing
- S2MMap
Store - An S2 store that uses the FileSystem for writing but MMaps the read access