Update readme

This commit is contained in:
Manish Goregaokar 2017-08-25 17:46:16 -07:00
parent f598862313
commit 9706f9a0f0
2 changed files with 9 additions and 2 deletions

View file

@ -2,9 +2,16 @@ hashglobe
======== ========
This is a fork of Rust's `std::HashMap`. It will work on stable out-of-stdlib and will also have fallible APIs. 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. We intend to diverge as little as possible from the original hashmap.
Dual licensed Apache/MIT, the same as the stdlib. 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.

View file

@ -1,4 +1,4 @@
// FORK NOTE: Copied from libsystem_alloc, removed unnecessary APIs, // FORK NOTE: Copied from liballoc_system, removed unnecessary APIs,
// APIs take size/align directly instead of Layout // APIs take size/align directly instead of Layout