pathtracer/src/serialize/mod.rs
2020-03-23 12:42:36 +01:00

8 lines
135 B
Rust

//! Helper functions to help scene (de)serialization
pub mod vector;
pub use vector::*;
pub mod coefficient;
pub use coefficient::*;