зеркало из https://github.com/mozilla/gecko-dev.git
4e69fca2a2
We don't need them anymore Source-Repo: https://github.com/servo/servo Source-Revision: 69b9c221f65243562a5dc54cba45a083d1d046cc --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : fa9cedf5cb5224af165963f07b16a1ab5ac24469 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
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.