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
{{ message }}
This repository was archived by the owner on Aug 15, 2021. It is now read-only.
Currently value::Serializer::is_human_readable returns true (by default as it is not overriden), leading to incorrect serialization when compared to using the regular serde_cbor serializer which correctly returns false.
This causes problems as serializing via value::Value is the only way (in 0.10) to achieve canonical serialization.