/janet-msgpack

A msgpack implementation for Janet

Primary LanguageCMIT LicenseMIT

janet-msgpack

An implementation of msgpack for Janet.

Features

  • Supports encoding most Janet types (tables, arrays, primitives, etc...)
  • Uses ludocdoe/mpack for decode, hand-coded encoding.
  • Automated testing with comparison to Python impl

TODO

Credits

I.E: Libraries and copied code