-
Notifications
You must be signed in to change notification settings - Fork 161
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
feat: Debug for Value and Key to be optional #816
Comments
If you're worried about performance, you should be able to use |
I guess yes, this is workaround. So it will not allow to read behavior out of struct definition. |
Also, workaround does not guarant |
Debug is poor man json serde kind of, it should be optional feat of redb, like redb could have optional support of some serde kinds of for example. |
I decided not to add support in |
I would like to avoid Debug in our production code, only in test, so Debug for sure does not slows performance.
Debug is optional feature.
The text was updated successfully, but these errors were encountered: