summaryrefslogtreecommitdiff
path: root/tests/xml_parse_and_print.c
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-29Add more checks, tests, and documentationdefanor