Releases: UgnilJoZ/mytrie
Releases · UgnilJoZ/mytrie
v0.2.2
API changes
- Implement
FromIterator<AsRef<str>>
for the Trie struct. This way, a Trie can be created from an iterator using its .collect()
method.
- Add
remove_suffixes
method which splits off all elements with a common prefix