Module file

Module file 

Source
Available on crate feature std only.
Expand description

File based reader used by KV, MultiMap, and Vector

Structs§

FileOptions
Options to create a S2BaseStore
Iter
Iterator for S2BaseStore
IterMulti
Multi-Value Iterator for S2BaseStore
S2BaseStore
NOTE: The File KVStore is designed to be used in states:

Enums§

FileState
The state of the store

Constants§

KEY_STORE_LENGTH
The length of a key: [id: u64, value-offset: u64, value-length: u32]

Type Aliases§

S2FileStore
An S2 store that uses the FileSystem for both reading and writing
S2MMapStore
An S2 store that uses the FileSystem for writing but MMaps the read access