gecko-dev/servo/components/hashglobe
Emilio Cobos Álvarez 85b4d6239d servo: Merge #20027 - style: Back out ordermap (from emilio:bye-ordermap); r=nox
It was worth a shot!

Source-Repo: https://github.com/servo/servo
Source-Revision: 889bb012efe1bdb08ce85b14b49104a76c4b53f0

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 3f3607558ffaf0e24bc5182cbd66b330fc0b9ef8
2018-02-12 07:36:04 -05:00
..
src servo: Merge #20027 - style: Back out ordermap (from emilio:bye-ordermap); r=nox 2018-02-12 07:36:04 -05:00
Cargo.toml servo: Merge #20027 - style: Back out ordermap (from emilio:bye-ordermap); r=nox 2018-02-12 07:36:04 -05:00
LICENSE-APACHE
LICENSE-MIT
README.md

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.