mirror of
https://github.com/servo/servo.git
synced 2025-06-12 18:34:39 +00:00
This will ultimately make it simpler to update crate dependencies and reduce duplicate when specifying requirements. Generally, this change does not touch dependencies that are only used by a single crate. We could consider moving them to workspace dependencies in the future. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
hashglobe
This is a fork of Rust's std::HashMap
. It works on stable out of the stdlib and has fallible APIs.
We intend to diverge as little as possible from the original hashmap.
Dual licensed Apache/MIT, the same as the stdlib.
Should I use this?
No.
Wait for https://github.com/rust-lang/rfcs/pull/2116 instead.