liberty-db 0.1.4

`liberty` data structre
1
2
3
4
5
6


#[derive(Debug, Clone)]
pub struct Bus{
    pub group_name: String,
}