You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tmsgpack: Typed MessagePack serializer (inspired by but different from msgpack)
In addition to primitives (numbers, strings, and a handful of constants),
the tmsgpack format expresses typed objects: typed lists/dicts and typed byte-arrays.
About
Typed MessagePack serializer (inspired by but different from msgpack)