1 2 3 4 5 6 7 8
//! A strongly-typed model of the RefractiveIndex.INFO database. mod catalog; mod material; mod parsers; mod readers; pub use catalog::*; pub use material::*;