servo/components/hashglobe
Emilio Cobos Álvarez 3cb18071a2 style: Use fallible allocation for stylesheet invalidation.
If the sets get too big we cannot allocate anything else, we'll just empty them
and invalidate the whole document.

Differential Revision: https://phabricator.services.mozilla.com/D46828
2019-10-09 13:21:35 +02:00
..
src style: Use fallible allocation for stylesheet invalidation. 2019-10-09 13:21:35 +02:00
Cargo.toml Upgrade ws. 2019-06-12 15:01:03 -04: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.