Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding TrieSet #33

Open
nwalfield opened this issue Mar 14, 2023 · 0 comments
Open

Consider adding TrieSet #33

nwalfield opened this issue Mar 14, 2023 · 0 comments

Comments

@nwalfield
Copy link

Thanks for this nice crate.

BTreeMap has a corresponding BTreeSet. HashMap has a corresponding HashSet. It would be nice if Trie had a corresponding TrieSet. It is easy to workaround in practice (let foo: Trie<Key, ()> = Default::default()), but having a drop-in replacement for BTreeSet and HashSet would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant