liberty-db 0.4.2

`liberty` data structre
1
2
3
4
5
6
7
pub trait Check {
  fn check(&self);
}

pub trait Builder {
  fn build(&self);
}