xmpp-rs/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
src Remove redundant imports 2024-02-27 22:57:18 +01:00
Cargo.toml
CHANGELOG.md
LICENSE
README.md

minidom

What's this?

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