servo/components/hashglobe
Bobby Holley 039fe176b9 Protect the hashmaps outside of rebuilds.
MozReview-Commit-ID: KACmfw4pZY2
2017-09-28 15:06:49 -07:00
..
src Protect the hashmaps outside of rebuilds. 2017-09-28 15:06:49 -07:00
Cargo.toml Tidy fixes 2017-09-01 09:53:18 -07:00
LICENSE-APACHE Move to components/hashglobe 2017-08-31 15:17:02 -07:00
LICENSE-MIT Move to components/hashglobe 2017-08-31 15:17:02 -07:00
README.md Move to components/hashglobe 2017-08-31 15:17:02 -07:00

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.