The Servo Browser Engine
Find a file
2017-08-30 13:32:22 -07:00
src Remove path redirects 2017-08-30 13:32:22 -07:00
Cargo.toml Add readme/license/cargo.toml 2017-08-30 13:32:22 -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 Add readme/license/cargo.toml 2017-08-30 13:32:22 -07:00

hashglobe

This is a fork of Rust's std::HashMap. It will work on stable out-of-stdlib and will also have fallible APIs.

We intend to diverge as little as possible from the original hashmap.

Dual licensed Apache/MIT, the same as the stdlib.