liberty-db 0.1.0

`liberty` data structre in Rust
Documentation
1
2
3
4
5
6
7
use crate::unit;
/// 
#[derive(Debug, Copy, Clone)]
pub struct Library{
    /// time_unit
    pub time_unit: unit::Unit,
}