summaryrefslogtreecommitdiff
path: root/src/rexmpp_xml.rs
AgeCommit message (Expand)Author
2023-11-02Use Rust enums for C tagged unionsdefanor
2023-10-07Use file descriptors instead of streams, update Rust sourcesdefanor
2023-09-09Use rxml for XML parsing when building with Rustdefanor
2023-09-08Support libexpat as an alternative XML parserdefanor
2023-09-07Implement rexmpp_xml_eq in Rustdefanor
2023-09-07Build rexmpp_xml_t directly on SAX parsingdefanor
2023-09-07Implement XML serialization in C and in Rustdefanor
2023-06-22Make use of pointer::as_mut and pointer::writedefanor
2023-06-18Duplicate most of the XML functions in Rust, use Cargodefanor