cuendillar 0.1.0

Embedded persistent key–value storage engine (LSM-tree based)
Documentation
1
2
3
4
5
6
7
8
#[non_exhaustive]
#[derive(Debug, Clone, Copy, PartialEq)]
pub enum MemtableError {
    NotFound,
    Deleted,
    NoImmutableMemtableExist,
    InvalidCandidateId,
}