summaryrefslogtreecommitdiff
path: root/src/c_api.zig
Commit message (Collapse)AuthorAge
* Big changes to the C api implementationsc-apiRobby Zambito3 days
| | | | Should map directly to the zig struct instead of mallocing
* Add C to Zig converterRobby Zambito3 days
| | | | Further simplify struct
* Make C struct match the binary API more closelyRobby Zambito3 days
| | | | Also make the internal conversion function return errors properly
* Convert from Zig struct to C structRobby Zambito3 days
|
* successfully build c interfaceRobby Zambito3 days
|
* Initial C apiRobby Zambito3 days