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