1#[path = "ops/lib.rs"] 2pub mod ops; 3 4mod vec3; 5pub use vec3::Vec3; 6 7#[path = "impls/lib.rs"] 8mod impls;