1
2
3
4
5
6
7
const PERCENTAGE_SCALAR: f64 = 3.0;

pub mod bar;
pub mod helpers;

#[cfg(test)]
mod tests;