src/lib.rs 🔗
@@ -1,6 +1,6 @@
#![deny(missing_docs)]
-//! A minimal DOM crate built on top of xml-rs.
+//! A minimal DOM crate built on top of quick-xml.
//!
//! This library exports an `Element` struct which represents a DOM tree.
//!
lumi created
Fix doc to reflect the switch from xml-rs to quick-xml.
See merge request lumi/minidom-rs!30
src/lib.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -1,6 +1,6 @@
#![deny(missing_docs)]
-//! A minimal DOM crate built on top of xml-rs.
+//! A minimal DOM crate built on top of quick-xml.
//!
//! This library exports an `Element` struct which represents a DOM tree.
//!