### Subject of the feature It would be nice to have a `halfbrown::HashSet<K>` that works well for a small number of keys. It could be implemented as: ``` struct HashSet<K>(halfbrown::HashMap<K, ()>); ```
Subject of the feature
It would be nice to have a
halfbrown::HashSet<K>that works well for a small number of keys.It could be implemented as: