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

MessagePack implementation for Rust / msgpack.org[Rust]

Results 74 msgpack-rust issues
Sort by recently updated
recently updated
newest added

I noticed that using `rmp_serde` to deserialize large structs has a considerable effect on the compile time. It also has twice the impact of comparable crates like `serde_json` when generating...

`rmp_serde::decode::Error` only implements `Debug`, `Display`, and `Error`, but not `Clone`.

#148 and #149 address when an entire enum is `#[serde(untagged)]`, but if just a single variant is untagged an error occurs. The following code works fine for deserializing `B` but...

"length" was misspelled as "lenght".