3Hren / msgpack-rust

MessagePack implementation for Rust / msgpack.org[Rust]
MIT License
1.17k stars 130 forks source link

Doc for MSGPACK_EXT_STRUCT_NAME unclear #343

Closed bestouff closed 7 months ago

bestouff commented 10 months ago

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 ?

bestouff commented 7 months ago

Thank you, have a nice day !