Serialization Library PTOT: Put this over there
Ziggit
Serialization Library PTOT: Put this over there
PTOT: Put this over there This is a general purpose serialization library for Zig types. I created this over time for my in progress mmo and then separated it out into it’s own library. Hopefully, this can be of use to you as well. Features: Types must be added to your Lexicon for them to be serialized. I didn’t want to accidentally sent data to the client that was unnecessary and that I didn’t realize I was sending Allocation is only required when a type contains a pointer. This is assert-a...
0 comments
No comments yet.