pyfisch opened this issue 6 years ago · 0 comments
The serde_cbor::Value should implement std::hash::Hash, so it can be used in HashMap and others.
serde_cbor::Value
std::hash::Hash
HashMap
This is a bit work as k1 == k2 -> hash(k1) == hash(k2) must hold.
k1 == k2 -> hash(k1) == hash(k2)
If you need this, please leave a comment.
See also #47