Fix doc to reflect the switch from xml-rs to quick-xml.

This commit is contained in:
Valentin Lorentz 2018-06-23 12:06:18 +00:00
parent fac64400f1
commit f1f5f5df11

View file

@ -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.
//!