bitcasky-common 0.1.1

Common part for bitcasky lib
Documentation
1
2
3
4
5
pub const TOMBSTONE_VALUE: &str = "bitcask_tombstone";

pub fn is_tombstone(val: &[u8]) -> bool {
    val.eq(TOMBSTONE_VALUE.as_bytes())
}