Changes

v0.1.1

  • __iter__ added
  • __iadd__ implemented, allowing you to extend a trie with += and an iterable

v0.1.0

  • memory footprint reduced
  • len support
  • CTrie#height and CTrie#values methods added

v0.0.1

  • initial release
  • support for add and remove operations
  • full online documentation