summaryrefslogtreecommitdiff
path: root/tests
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
2023-09-15Update the testdefanor
2022-01-10Add a basic testdefanor