Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@UgnilJoZ UgnilJoZ released this 30 Jan 22:17
v0.2.2
d5b4fba

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