Skip to content
forked from pczarn/hashmap2

Fork of std::collections::HashMap

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

arthurprs/hashmap2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 as HashMap::remove but also returns the key.
  • Added HashMap::entry2 to take a Cow key.
  • Added ::key to the various Entry types

Forked from d1c7a93eff5bd27632130cc5bcdaac54c32bca08

About

Fork of std::collections::HashMap

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.6%
  • Shell 0.4%