1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-03 11:50:35 +02:00
xmpp-rs/minidom
Emmanuel Gil Peyrot 714d850e69 Remove the -rs suffix of jid, minidom and xmpp
We know those are Rust libraries, no need to add it to the path.  This
synchronises their directory with the crate name, hopefully reducing
confusion.
2020-06-22 02:17:32 +02:00
..
examples Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
src Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
Cargo.toml Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
CHANGELOG.md Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
LICENSE Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
README.md Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00

minidom-rs

What's this?

A minimal DOM library on top of quick-xml. targeting exclusively the subset of XML useful for XMPP.