Skip to content

Releases: UgnilJoZ/mytrie

v0.2.2

30 Jan 22:17
v0.2.2
d5b4fba
Compare
Choose a tag to compare

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