1
2
3
4
5
6
7
8
9
#![crate_name = "r"]

#[allow(warnings)]
#[allow(dead_code)]
pub mod math;
pub mod ml;
pub mod sys;
pub mod net;