1 2 3 4 5 6 7 8
pub mod schema; pub mod schema_loose; pub mod no_xml; pub mod no_xml_loose; #[cfg(test)] mod tests;