robt 0.2.0

Read only, immutable Btree for indexing key,value
Documentation
1
2
3
4
5
6
7
8
use lazy_static::lazy_static;

lazy_static! {
    pub(crate) static ref ROOT_MARKER: Vec<u8> = {
        let marker = "அறம் செய விரும்பு";
        marker.as_bytes().to_vec()
    };
}