DataKit
DataKit copied to clipboard
A Swift library to easily read and write binary formatted data using a modern, declarative interface.
Results
1
DataKit issues
Sort by
recently updated
recently updated
newest added
How would I use DataKit to encode a variable length structure? My bytes representation looks like this. ``` ( 1 Byte ) [ Length ][ Type ][ ID ][ Version...