1#![doc = include_str!("../README.md")] 2pub mod error; 3pub mod formats; 4pub mod io; 5pub mod util; 6pub use util::*;