1
2
3
4
5
6
7
/// XML metadata parser
mod parser;

#[cfg(test)]
mod tests;

pub use parser::{CmXmlParser, XmlParserOpts};