Replies: 1 comment
-
The record extension is documented/specified here: However, if you value a more formal specification/standard, you might want to consider using CBOR (with my cbor-x package) instead of MessagePack. CBOR has gone through a full IETF standards track for its specification (MessagePack has not, it is just a spec posted in github), and the corresponding record extension for CBOR has a complete specification that has been submitted to the official CBOR IANA registry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Spec for msgpack https://github.com/msgpack/msgpack/blob/master/spec.md
Beta Was this translation helpful? Give feedback.
All reactions