minidom: re-export rxml

pep created

As it's now being used in Element::attr and ElementBuilder::attr

Signed-off-by: pep <pep@bouah.net>

Change summary

minidom/src/lib.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

minidom/src/lib.rs 🔗

@@ -95,3 +95,4 @@ pub use element::{Children, ChildrenMut, Element, ElementBuilder};
 pub use error::{Error, Result};
 pub use namespaces::NSChoice;
 pub use node::Node;
+pub use rxml;