feat: Add a named variant for rmp_serde_1_3

And advise to use it if advanced serde features are in use.
This commit is contained in:
Luca Barbato
2024-11-14 11:08:31 +01:00
committed by Vincent Herlemont
parent b543e30216
commit 021ea5c54c
2 changed files with 50 additions and 2 deletions
+2
View File
@@ -103,6 +103,8 @@ There are known issues with some `serde` advanced features such as:
Or types implementing similar strategies such as [`serde_json::Value`][serde_json_value].
The `rmp-serde` serialization format can optionally support them serializing structs as maps, the `RmpSerdeNamed` struct is provided to support this use-case.
[serde_json_value]: https://docs.rs/serde_json/latest/serde_json/enum.Value.html
## Data model