possum-db 0.2.2

concurrent disk-backed cache supporting efficient direct file I/O, transactions, and snapshots using file cloning and sparse files
Documentation
1
2
3
4
5
6
use crate::Value;

pub struct Item {
    pub key: Vec<u8>,
    pub value: Value,
}