You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for the same thing and browsing the source I've realized this is actually implemented, just not mentioned anywhere. All you need is to enable "eders" feature in Cargo.toml:
vec_map = { version = "0.8.0", features = ["eders"] }
https://serde.rs/serialize-map.html or something similar.
The text was updated successfully, but these errors were encountered: