Difference between revisions of "Blob"

m (Added: Other Languages)
m (Replace GitHub link with web.archive for now.)
 
Line 1: Line 1:
 
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.
 
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.
  
[http://github.com/megagrump/blob GitHub repositiory]
+
(Internet Archive) [https://web.archive.org/web/20210125002105/https://github.com/megagrump/blob GitHub repositiory] ([https://web.archive.org/web/20210125002138/https://codeload.github.com/megagrump/blob/tar.gz/2.0.2 Download])
  
 
[https://love2d.org/forums/viewtopic.php?f=5&t=84626&p=216827 LÖVE forum thread]
 
[https://love2d.org/forums/viewtopic.php?f=5&t=84626&p=216827 LÖVE forum thread]

Latest revision as of 02:56, 3 October 2022

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.

(Internet Archive) GitHub repositiory (Download)

LÖVE forum thread

Ohter Languages