Skip to content

choltreppe/unibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

important: this package is pretty much a worse version of flatty (some parts even copied from there) except the advantage that it works at comp-time, so just cosider it when you need the comptime support.

Unibs

Serialize and deserialize any type to/from binary form.
Works in c, js backend, and in compiletime.

serialize

let serial = serialize([("foo", 4), ("ba", 2)])

deserialize

let data = deserialize(serial, array[2, (string, int)])

About

binary de-/serialization that works on js, c and comp-time

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages