nothings / single_file_libs

List of single-file C/C++ libraries.
8.96k stars 588 forks source link

Submission: blob_tree #120

Open dicroce opened 6 years ago

dicroce commented 6 years ago

blob_tree lets you hang blobs together in a tree of named nodes and then serialize the whole tree to a byte array. You can then transmit the bytes somewhere and then deserialize it back into a tree.

https://github.com/dicroce/blob_tree