1
2
3
4
5
6
#[cfg(test)]
// <-- not needed in examples + integration tests
#[macro_use]
extern crate pretty_assertions;
pub mod kipac;
pub mod calc;