1 2 3 4 5 6 7 8 9
use quick_xml::de::from_str; #[cfg(test)] mod tests { use super::*; #[test] fn parse_test_atom() {} }