mintkv 0.1.0

A simple kv library based on btree
Documentation
1
2
3
4
5
6
#[derive(PartialEq, Eq, Debug)]
pub enum Error {
    IOError,
    KeyNotFound,
    KeyExists,
}