diff options
| -rw-r--r-- | src/xml/mod.rs | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml/mod.rs b/src/xml/mod.rs index 71c098e..8770a60 100644 --- a/src/xml/mod.rs +++ b/src/xml/mod.rs @@ -2,4 +2,6 @@ mod reader;  mod writer;  pub use self::reader::StreamingParser; + +/// WIP: Does not work correctly  pub use self::writer::Writer;
\ No newline at end of file  | 
