-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add blanket implementation(s) #34
Comments
Hm, I'm not really convinced it is worth the 3rd party dependencies. However, I could imagine this to be an optional feature.
|
the reason im asking you to implement this over just doing it myself is because i literally can not do that. Rust disallows me to, because both Traits are from foreign crates.
|
It would be nice to be able to insert and retrieve values more easily, therefore i propose to include a (extremly trivial) blanket implementation for ToMdbValue and/or FromMdbValue for everything that implements the serde Serialize and/or Deserialize trait using for examble bincode for serialisation.
The text was updated successfully, but these errors were encountered: