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;