liberty-db 0.1.1

`liberty` data structre
Documentation
use hashbrown::HashMap;
use compact_str::CompactString;
use crate::pin::Pin;
/// 
#[derive(Debug, Clone)]
pub struct Cell{
    pin_map: HashMap<CompactString,Pin>
}