some_math_lib/
lib.rs

1
2mod util;
3
4pub use util::*;
5pub use util::vector::{
6    vector2::*,
7    vector3::*,
8};