Implement missing APIs #4
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
For the initial prototyping, a number of APIs were left out. These should be added back in (ordered roughly in order of difficulty):
Entry
API\OccupiedEntry::replace_*
serde
andrayon
supportRawEntry
APIDrain
iteratorsreserve
andshrink
methods (and their siblings)Extend
traitHashSet
In general, doing a diff between
src/map.rs
andhashbrown/src/map.rs
should get you quite far. Remember to also add the corresponding tests!The text was updated successfully, but these errors were encountered: