The Servo Browser Engine
Find a file
2017-08-30 16:43:57 -07:00
src Switch to alloc shim 2017-08-30 16:43:57 -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 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.