mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update readme
This commit is contained in:
parent
f598862313
commit
9706f9a0f0
2 changed files with 9 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue