xmpp-rs/minidom
Emmanuel Gil Peyrot eb628704c0 minidom: Bump rxml
This was causing a memory corruption on closing tags for elements with a
name longer than 24 bytes.  I haven’t investigated why smartstring < 1
had this bug, but it got fixed in 1.0.0 so let’s use that.
2023-04-03 11:28:41 +02:00
..
examples Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
src minidom: Bump rxml 2023-04-03 11:28:41 +02:00
Cargo.toml minidom: Bump rxml 2023-04-03 11:28:41 +02:00
CHANGELOG.md minidom: Release 0.15.1 2023-01-15 20:46:25 +01:00
LICENSE Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
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.