1
2
3
4
5
6
7
//! File formats.

#[cfg(feature = "toml")]
mod toml;

#[cfg(feature = "toml")]
pub use self::toml::TOML;