feat: TryFrom Strings for HashSet
Open
- Dominant language
- Rust
- Stars
- 528
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to be able to easily go from a character vector to a HashSet. Inspired by a comment in the Discord:
> "Do you tend to write helpers to go from R type objects into more "Rust native" structures? I had a case where I needed lots of intersects/unions between different arrays of strings and was honestly just easier to transform the R lists into HashMaps/HashSets."
Contributor guide
Assessment
This issue has not been assessed yet.