msgpack-rust
msgpack-rust copied to clipboard
Doc for MSGPACK_EXT_STRUCT_NAME unclear
The doc for MSGPACK_EXT_STRUCT_NAME
says:
Name of Serde newtype struct to Represent Msgpack’s Ext Msgpack Ext: Ext(tag, binary) Serde data model: _ExtStruct((tag, binary))
I fail to parse this, could it be fixed ?