diff options
author | Valentin Popov <info@valentineus.link> | 2019-01-27 03:10:31 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-01-27 03:10:31 +0300 |
commit | 7e49cc920ec10cabd4bf99989070a370a9e12eab (patch) | |
tree | 0b05cfae893547a78700dad144d22f3c2abe1012 /src | |
parent | 33444ae9545783f8cb51e4aa4aad4e1e5e06bd4f (diff) | |
download | bbb2json-7e49cc920ec10cabd4bf99989070a370a9e12eab.tar.xz bbb2json-7e49cc920ec10cabd4bf99989070a370a9e12eab.zip |
Sun, 27 Jan 2019 04:10:31 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r-- | src/parser.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.rs b/src/parser.rs index a316410..f23688a 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -1,5 +1,6 @@ use std::fs::File; use std::io::BufReader; + use xml::reader::{EventReader, XmlEvent}; #[derive(Serialize)] |