minidom: specify again that we handle XMPP primarily

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2021-11-14 14:32:19 +01:00
commit 16292e1e6f
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,8 @@
#![deny(missing_docs)]
//! A minimal DOM crate built on top of quick-xml.
//! A minimal DOM crate built on top of quick-xml, targeting exclusively the subset of XML useful
//! for XMPP.
//!
//! This library exports an `Element` struct which represents a DOM tree.
//!