1 2 3 4 5 6 7 8 9 10
// (c) 2017 Joost Yervante Damad <joost@damad.be> #[cfg(test)] mod tests { #[test] fn it_works() { } } pub mod calc;
1 2 3 4 5 6 7 8 9 10
// (c) 2017 Joost Yervante Damad <joost@damad.be> #[cfg(test)] mod tests { #[test] fn it_works() { } } pub mod calc;