msgpack-rust icon indicating copy to clipboard operation
msgpack-rust copied to clipboard

List of what each type serializes to for rmp-serde

Open McFranko opened this issue 3 years ago • 1 comments

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.

McFranko avatar May 14 '21 23:05 McFranko

I don't know either, so the source is your best bet. If you get the info, please share it.

kornelski avatar May 15 '21 18:05 kornelski