1
2
3
4
5
6
7
8
mod vec2;
pub use vec2::*;

#[path = "impls/lib.rs"]
mod impls;

#[path = "ops/lib.rs"]
pub mod ops;