The Servo Browser Engine
Find a file
2017-08-30 16:43:58 -07:00
src Add fallible HashMap APIs 2017-08-30 16:43:58 -07:00
.gitignore Add liballoc_system shim 2017-08-30 16:43:57 -07:00
Cargo.toml Add liballoc_system shim 2017-08-30 16:43:57 -07:00
LICENSE-APACHE Add readme/license/cargo.toml 2017-08-30 13:32:22 -07:00
LICENSE-MIT Add readme/license/cargo.toml 2017-08-30 13:32:22 -07:00
README.md Update readme 2017-08-30 16:43:58 -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.