viettrungluu / umsgpack

A tiny (micro), simple implementation of MessagePack. / msgpack.org[Go]
MIT License
0 stars 0 forks source link
messagepack msgpack

umsgpack

A tiny (micro), simple implementation of MessagePack (specification).

Unlike other Go implementations of MessagePack, it more closely adheres to MessagePack's weak type system. This has advantages and disadvantages, as discussed here; in short, transformation between weak types (like map[any]any) and strong types (structs) is left to packages like mapstructure.

Links