minidom: specify again that we handle XMPP primarily
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
8ddd488b7f
commit
16292e1e6f
2 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ authors = [
|
||||||
"Astro <astro@spaceboyz.net>",
|
"Astro <astro@spaceboyz.net>",
|
||||||
"Maxime “pep” Buquet <pep@bouah.net>",
|
"Maxime “pep” Buquet <pep@bouah.net>",
|
||||||
]
|
]
|
||||||
description = "A small, simple DOM implementation on top of quick-xml"
|
description = "A small, simple DOM implementation on top of quick-xml, targeting the subset of XML useful for XMPP"
|
||||||
homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
||||||
repository = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
repository = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
||||||
documentation = "https://docs.rs/minidom"
|
documentation = "https://docs.rs/minidom"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,8 @@
|
||||||
|
|
||||||
#![deny(missing_docs)]
|
#![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.
|
//! This library exports an `Element` struct which represents a DOM tree.
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue