aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml/mod.rs
diff options
context:
space:
mode:
authorEdward Barnard2015-12-22 11:39:19 +0000
committerEdward Barnard2015-12-22 11:39:19 +0000
commit139c96123b04c2ed34d17cd0864ef5ae66676ef4 (patch)
tree744c99d2a907243f474662677272be57638d200b /src/xml/mod.rs
parent3e2ae39ef4d81d986830218e000e65eb0dce9c94 (diff)
downloadrust-plist-139c96123b04c2ed34d17cd0864ef5ae66676ef4.tar.bz2
Rename StreamingParser to EventReader and Writer to EventWriter
Diffstat (limited to 'src/xml/mod.rs')
-rw-r--r--src/xml/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/mod.rs b/src/xml/mod.rs
index 71c098e..b82450a 100644
--- a/src/xml/mod.rs
+++ b/src/xml/mod.rs
@@ -1,5 +1,5 @@
mod reader;
mod writer;
-pub use self::reader::StreamingParser;
-pub use self::writer::Writer; \ No newline at end of file
+pub use self::reader::EventReader;
+pub use self::writer::EventWriter; \ No newline at end of file