Structs§
- ArcSlice
- A owned slice that is backed by an
Arc
. - Compact
Config - Configuration for the compaction algorithm.
- Meta
File Entry Info - Meta
File Info - Serial
Scheduler - Turbo
Persistence - TurboPersistence is a persistent key-value store. It is limited to a single writer at a time using a single write batch. It allows for concurrent reads.
- Write
Batch - A write batch.
Enums§
Traits§
- KeyBase
- A trait for keys that can be used for hashing.
- Parallel
Scheduler - Query
Key - A trait for keys that can be used to query the database. They need to allow hashing and comparison with a byte slice (total order).
- Store
Key - A trait for keys that can be stored in the database. They need to allow hashing and comparison.