blob: e2f1df4fa974ac2cbd37278a6ba52cdb326774cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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.
|