example-lib 0.1.0

example-lib
Documentation
pub mod module_a;
pub mod module_b;
#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}