bitrust 0.1.0

A Rust implementation of Bitcask, usable as a binary or a library.
Documentation
1
2
3
4
5
6
7
8
9
10
pub type FileID = u16;

pub const BITRUST_TOMBSTONE_STR: &'static [u8] = b"<bitrust_tombstone>";

#[derive(Debug)]
pub enum BitrustOperation {
  Write,
  Merge,
  Create,
}