3Hren / msgpack-rust

MessagePack implementation for Rust / msgpack.org[Rust]
MIT License
1.17k stars 130 forks source link

document how to use a config #344

Open droundy opened 7 months ago

droundy commented 7 months ago

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 documented.