-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
cdataIssues involving seralizing cdata, ctypes, VLAs or VLSsIssues involving seralizing cdata, ctypes, VLAs or VLSsenhancement
Description
In order to avoid ffi-reflect as a dependency for bitser proper, this will be an extension using the extension API.
It should support serializing:
- cdata values
- ctype values
- VLAs (variable length arrays)
- VLSes (variable length structs)
It should be memory safe, reasonably fast and result in compact serialized data (in that order).
It should also take into account every old
cdata
It should probably reference cdataser as a starting point.
Thanks to @sonoro1234 for their patience with me getting lost in the bowels of the luaji FFI API.
sonoro1234
Metadata
Metadata
Assignees
Labels
cdataIssues involving seralizing cdata, ctypes, VLAs or VLSsIssues involving seralizing cdata, ctypes, VLAs or VLSsenhancement