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
would take the union of features and enable the btreemap feature for both
Exactly. So if someone relies on it being hash, code will be broken (Ord is now required where Hash was expected). But also performance will be different.
Mm, I guess a better solution is to have both variants available in the crate and then users can import and use whichever one they want. I'd accept a pull request to do this if you have time (I don't have time to do it myself, sorry).
We'd also need to publish a new release v0.4.0 as we'd be changing the public API quite drastically.
If there are two crates in dependency tree of a project, and one crate requests no-btreemap, and other requests btreemap, first one won't compile.
The text was updated successfully, but these errors were encountered: