ria 1.0.0

An adapter for converting the RefractiveIndex.INFO database into a flat, key-value store.
Documentation
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::*;