msgpack-rust
msgpack-rust copied to clipboard
List of what each type serializes to for rmp-serde
It would be useful to have a list of what MessagePack type each rust type will serialize to with rmp-serde. It would be useful for trying to implement features of a protocol that uses MessagePack. Currently I am trying to figure this out by looking at source code, but this has proven to be a tedious and unsuccessful task, given that I don't know much about Serde's internals.
I don't know either, so the source is your best bet. If you get the info, please share it.