Skip to content

dougives/hella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hella

Binary serializer in pure Python 3. Leb128 int encoding and special handling of arrays with the same type elements produces a compact result.

Capable of serializing:

  • Nested dicts
  • Nested lists
  • Strings
  • Variable length ints
  • Floats
  • Bytes
  • Bools
  • Nulls

About

Binary serializer in pure Python 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages