summaryrefslogtreecommitdiff
path: root/src/rexmpp_xml_parser.rs
AgeCommit message (Collapse)Author
2023-11-02Use Rust enums for C tagged unionsdefanor
Used to manually implement tagged unions in Rust as well, but the C representation of Rust enums with fields is supposed to match those.
2023-09-09Use rxml for XML parsing when building with Rustdefanor