improve library

This commit is contained in:
Marc-Antoine Arnaud
2020-05-08 14:42:43 +02:00
parent 2726de5c56
commit f3c42a4d9e
3 changed files with 112 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ pub fn parse(
loop {
match reader.peek()?.to_owned() {
XmlEvent::StartElement{ref name, ref attributes, ..} => {
println!("{:?}", name.local_name.as_str());
// trace!("{:?}", name.local_name.as_str());
match name.local_name.as_str() {
#match_to_enum
_named_element => {