1 2 3 4 5 6 7 8 9 10
//! RefractiveIndex.INFO Adapters //! //! An adapter for converting the RefractiveIndex.INFO database into a flat, //! key-value store. #[cfg(feature = "cli")] pub mod database; mod internal; pub use internal::store::{DispersionData, Material, Store};