Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upis_human_readable() is set to true #225
Closed
Comments
|
I see now that there was already a change committed as well as another issue. Strange that I missed that in my issue search. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The serde docs state
I was quite surprised when I noticed that bincode wrote the text representation of my struct (with a manual
Serializeimpl that checksis_human_readable()).Either this crate should overwrite the default implementation of that function from
serde::Serializerandserde::Deserializeror the serde docs should take another format as example.