A fork of Rust's std::collections::HashMap type that has some minor
changes. This fork only exists as a band-aid until the changes are
implemented in Rust's stdlib.
- Added
HashMap::takewhich is the same asHashMap::removebut also returns the key. - Added
HashMap::entry2to take aCowkey. - Added
::keyto the variousEntrytypes
Forked from d1c7a93eff5bd27632130cc5bcdaac54c32bca08