minidom: Make explicit the focus on XMPP

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-02-14 22:54:52 +01:00
parent 44eaa5a6ea
commit c8538c18f5
3 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,7 @@ Version XXX, released YYY:
* PartialEq implementation for Element and Node have been changed to * PartialEq implementation for Element and Node have been changed to
ensure namespaces match even if the objects are slightly different. ensure namespaces match even if the objects are slightly different.
* Changes * Changes
* Explicitely focus on XMPP
* Update edition to 2018 * Update edition to 2018
* Add NSChoice enum to allow comparing NSs differently * Add NSChoice enum to allow comparing NSs differently
* Fixes * Fixes

View file

@ -13,7 +13,7 @@ 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"
readme = "README.md" readme = "README.md"
keywords = ["xml"] keywords = ["xml", "xmpp"]
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"

View file

@ -4,7 +4,8 @@ minidom-rs
What's this? What's this?
------------ ------------
A minimal DOM library on top of quick-xml. A minimal DOM library on top of quick-xml. targeting exclusively the subset of
XML useful for XMPP.
What license is it under? What license is it under?
------------------------- -------------------------