aboutsummaryrefslogtreecommitdiffstats
path: root/src/binary/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/binary/mod.rs
parent3e2ae39ef4d81d986830218e000e65eb0dce9c94 (diff)
downloadrust-plist-139c96123b04c2ed34d17cd0864ef5ae66676ef4.tar.bz2
Rename StreamingParser to EventReader and Writer to EventWriter
Diffstat (limited to 'src/binary/mod.rs')
-rw-r--r--src/binary/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary/mod.rs b/src/binary/mod.rs
index 0ac39d4..460dbd8 100644
--- a/src/binary/mod.rs
+++ b/src/binary/mod.rs
@@ -1,3 +1,3 @@
mod reader;
-pub use self::reader::StreamingParser; \ No newline at end of file
+pub use self::reader::EventReader; \ No newline at end of file