1
2
3
4
5
6
7
#![crate_name = "r"]
#![deny(warnings)]
#[allow(dead_code)]

pub mod math;
pub mod utils;