ria 1.0.0

An adapter for converting the RefractiveIndex.INFO database into a flat, key-value store.
Documentation
1
2
3
4
5
/// The database representation used internally by this library.
///
/// Note that this does not exactly match the schema used by
/// refractiveindex.info. Instead, it uses a flat, key/value store.
pub(crate) mod store;