servo/components/hashglobe
Bobby Holley 3cffc8c427 Revert "Poison hashtable buffers."
This reverts commit c866486b99.
2017-10-23 13:51:51 -07:00
..
src Revert "Poison hashtable buffers." 2017-10-23 13:51:51 -07:00
Cargo.toml Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11: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.