xmpp-rs-mirror/minidom
Emmanuel Gil Peyrot 1bab5c3cd9 Remove redundant imports
These became warnings in a recent nightly.

The TryFrom/TryInto imports were missed in
4089891f6c, but the rest are truly
redundant.
2024-02-27 22:57:18 +01:00
..
examples minidom/examples: silence warning on unused property in struct 2023-06-01 16:25:38 +02:00
src Remove redundant imports 2024-02-27 22:57:18 +01:00
Cargo.toml Update edition to 2021 2023-12-15 19:40:09 +00:00
CHANGELOG.md minidom: Release 0.15.2 2023-05-13 12:28:11 +02:00
LICENSE
README.md Remove doc references to quick-xml, update CHANGELOG 2022-12-30 14:29:15 +00:00

minidom

What's this?

A minimal DOM library on top of rxml, targeting exclusively the subset of XML useful for XMPP.