tinylib / msgp

A Go code generator for MessagePack / msgpack.org[Go]
MIT License
1.77k stars 189 forks source link

Allow non-string-keyed maps by converting the keys #331

Open birneee opened 11 months ago

birneee commented 11 months ago

Non-string keys can be automatically converted to and from string by providing a NonStrMapKey interface implementation for that type. Related to #232