1 2 3 4 5 6 7
mod element; mod error; pub mod reader; mod writer; pub mod xml; pub type Result<T> = std::result::Result<T, error::Error>;