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

Serializing HashMap<Vec<u8>,rmpv::Value>

Open bobi6666 opened this issue 1 year ago • 1 comments

hello, I would like to ask if any of you could help me write a serializer for HashMap<Vec<u8,rmpv::Value>? because when I use .to_vec() it stores keys as a list of ints and this is not good or backwards compatible

bobi6666 avatar Dec 09 '22 20:12 bobi6666

What should it do? Are you looking for https://lib.rs/crates/serde_bytes perhaps?

kornelski avatar Dec 09 '22 23:12 kornelski