mirror of
https://github.com/servo/servo
synced 2026-05-15 03:16:47 +02:00
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
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.