You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to be able to use BSON as key in HashMap, aka implement Hash/Eq on BSON.
I understand that it isn't a best practice to do that, due to BSON::Document and BSON::Double, but having this ability (even behind a feature flag) would help a lot. serde_json::Value does support that too.
The text was updated successfully, but these errors were encountered:
Hi,
I would like to be able to use
BSON
as key inHashMap
, aka implementHash
/Eq
onBSON
.I understand that it isn't a best practice to do that, due to
BSON::Document
andBSON::Double
, but having this ability (even behind a feature flag) would help a lot.serde_json::Value
does support that too.The text was updated successfully, but these errors were encountered: