servo/components/hashglobe
Martin Robinson 2f4c47bfe7 Start the transition to workspace dependencies
This will ultimately make it simpler to update crate dependencies and
reduce duplicate when specifying requirements. Generally, this change
does not touch dependencies that are only used by a single crate. We
could consider moving them to workspace dependencies in the future.
2023-05-17 11:59:35 +02:00
..
src cargo-fix for 2021 2023-05-07 15:45:56 +02:00
Cargo.toml Start the transition to workspace dependencies 2023-05-17 11:59:35 +02:00
LICENSE-APACHE Move to components/hashglobe 2017-08-31 15:17:02 -07:00
LICENSE-MIT Move to components/hashglobe 2017-08-31 15:17:02 -07:00
README.md Move to components/hashglobe 2017-08-31 15:17:02 -07:00

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.