pathtracer/src/serialize/mod.rs
2020-03-18 14:31:33 +01:00

3 lines
35 B
Rust

pub mod vector;
pub use vector::*;