aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-01-27 02:53:46 +0300
committerValentin Popov <info@valentineus.link>2019-01-27 02:53:46 +0300
commita8873e848fc5424dfec329b9bc8cfdb8f6144ccc (patch)
tree0ed4a87798b0d3b077321764910502518ad7aa0d
parent65ab398355ed0d68d6c7fb82edaef6afcd00b591 (diff)
downloadbbb2json-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.rs1
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,