I'm gathering a list of missing APIs here instead of having them in multiple separate issues. * [x] `FromIterator`, `IntoIterator` (#9) (added in #9). * [x] `Map::contains_key` / `Set::contains` (#10) (added in #22). * [x] `Map::is_empty` / `Set::is_empty` (#10). * [x] `Map::len` / `Set::len` (#10). * [x] `Map::retain` / `Set::retain` (#10) (added in #27). * [x] `Entry` api (#5) (added in #31). Thanks to @msdrigg and @pitaj for the requests! If you see something you'd like to implement, set up a PR and poke this issue `(relates #11)`.
I'm gathering a list of missing APIs here instead of having them in multiple separate issues.
FromIterator,IntoIterator(impl more standard traits #9) (added in impl more standard traits #9).Map::contains_key/Set::contains(Useful APIs from HashMap / BTreeMap #10) (added in implMap::contains_key#22).Map::is_empty/Set::is_empty(Useful APIs from HashMap / BTreeMap #10).Map::len/Set::len(Useful APIs from HashMap / BTreeMap #10).Map::retain/Set::retain(Useful APIs from HashMap / BTreeMap #10) (added in implMap::retainandSet::retain#27).Entryapi (Entry api #5) (added in Entry API #31).Thanks to @msdrigg and @pitaj for the requests!
If you see something you'd like to implement, set up a PR and poke this issue
(relates #11).