Difference between revisions of "Blob"
(Created page with "Blob.lua is a LuaJIT library that performs serialization into a compact binary format. It can be used to parse arbitrary binary data, or to serialize data for efficient storag...") |
m |
||
Line 3: | Line 3: | ||
[http://github.com/megagrump/blob GitHub repositiory] | [http://github.com/megagrump/blob GitHub repositiory] | ||
− | [https://love2d.org/forums/viewtopic.php?f=5&t= | + | [https://love2d.org/forums/viewtopic.php?f=5&t=84626&p=216827 LÖVE forum thread] |
{{#set:LOVE Version=Any}} | {{#set:LOVE Version=Any}} |
Revision as of 19:04, 29 May 2018
Blob.lua is a LuaJIT library that performs serialization into a compact binary format. It can be used to parse arbitrary binary data, or to serialize data for efficient storage or transmission.