1
2
3
4
5
6
7
8
mod vec4;
pub use vec4::Vec4;

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

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