A serializer and pull parser for a custom binary format. The format is meant to be simple, so it might lack features. It does not store field names or type information.
Check if the given type is an RCBin struct.
Make an rcbin parser.
Make an rcbin serializer.
Struct for parsing and serializing into binary.
See Source File
A serializer and pull parser for a custom binary format. The format is meant to be simple, so it might lack features. It does not store field names or type information.