mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
17 lines
337 B
Markdown
17 lines
337 B
Markdown
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.
|