-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove serde? #73
Comments
To be honest, I don't see a problem with the current implementation, or how UTF8 etc would impact this, but I suppose this comes into play when using a format that doesn't support raw bytes as "raw bytes" and instead tries to do something fancy with it? I see in the PR that |
The prebuilt binary has been removed since 1.0.184 but yeah, I didn't like it either |
Is serde too dangerous for key format stability? Should we remove the serde feature?
It's likely fine if someone uses bincode, etc. but if someone use something with unicode or utf-8 then maybe they'd output ligatures or something similarly messed up
Any thoughts @ordian or @becominginsane ?
Related:
The text was updated successfully, but these errors were encountered: