mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
Sometimes, we got a crash message: "called `Result::unwrap()` on an `Err` value: FailedAllocationError { reason: "out of memory when allocating RawTable" }" on stylo, but this is not enough to debug, so let's add one more field in FailedAllocationError, so we can know the size we are allocating. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
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.