diff options
author | Valentin Popov <info@valentineus.link> | 2019-01-27 02:53:46 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-01-27 02:53:46 +0300 |
commit | a8873e848fc5424dfec329b9bc8cfdb8f6144ccc (patch) | |
tree | 0ed4a87798b0d3b077321764910502518ad7aa0d | |
parent | 65ab398355ed0d68d6c7fb82edaef6afcd00b591 (diff) | |
download | bbb2json-a8873e848fc5424dfec329b9bc8cfdb8f6144ccc.tar.xz bbb2json-a8873e848fc5424dfec329b9bc8cfdb8f6144ccc.zip |
Sun, 27 Jan 2019 03:53:46 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
-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 53f2abb..ccc082a 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -4,6 +4,7 @@ use std::io::BufReader; extern crate xml; use xml::reader::{EventReader, XmlEvent}; +#[derive(RustcEncodable)] pub struct ParserResult { pub external_id: String, pub meeting_id: String, |