r/
lib.rs

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