minidom: re-export rxml

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

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-10-08 14:51:55 +02:00
commit d91e99f170

View file

@ -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;