2 unstable releases
Uses old Rust 2015
0.2.0 | Nov 21, 2015 |
---|---|
0.1.0 | Nov 21, 2015 |
#69 in #remove
110KB
2K
SLoC
Fork of std::collections::HashMap
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.
Changes
- Added
HashMap::take
which is the same asHashMap::remove
but also returns the key. - Added
HashMap::entry2
to take aCow
key. - Added
::key
to the variousEntry
types
Forked from d1c7a93eff5bd27632130cc5bcdaac54c32bca08
Dependencies
~330–560KB