gecko-dev/servo/components/hashglobe
2019-06-23 13:15:55 +02:00
..
src Bug 1506391 - cargo fix --edition. r=emilio 2018-11-11 02:40:21 +01:00
Cargo.toml Bug 1560777 - Update various servo / test-only dependencies. 2019-06-23 13:15:55 +02:00
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.