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

MessagePack implementation for Rust / msgpack.org[Rust]

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

hello, I would like to ask if any of you could help me write a serializer for HashMap

Hi! Looks like rmp_serde::to_vec works not properly for rmpv::Value with map inside it. I'm expected that result is encoded message pack vector, but result is a map. For example: ```rust...

I can't deserialize an entire file because the Deserializer does not implement `into_iter` as other serde libraries do. How can I get around this? Code thus far is: ```rust fn...

Hi! It looks like between 0.8.12 and 0.8.14 a change was introduced that broke compatibility with older Rust version. Latest stable (1.71) works fine, but 1.65 (my own project's MSRV)...

There is no documentation that I can find regarding how one might either serialize or deserialize using the benefits of a config https://docs.rs/rmp-serde/latest/rmp_serde/config/index.html It would be nice to have this...

The vast majority of the older versions have been yanked: https://crates.io/crates/rmp-serde/versions. Surely they don't all have critical vulnerabilities that warrant this? I can obviously use a lockfile to retrieve the...