diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ pub const XML_NS: &str = "http://www.w3.org/XML/1998/namespace"; pub const XMLNS_NS: &str = "http://www.w3.org/2000/xmlns/"; pub use element::Element; +pub use error::DeserializeError; pub use error::Error; pub use reader::Reader; pub use writer::Writer; |