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.