Fireboltofdeath / flamework-binary-serializer

A blazing fast binary serializer, or something
6 stars 0 forks source link

Add packed structs #6

Closed Fireboltofdeath closed 5 months ago

Fireboltofdeath commented 5 months ago

Packed structs will bit pack all boolean fields in a single (or more) byte.

This may be extended in the future to support other binary values (such as a literal union with two constituents)