Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 511 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 511 Bytes

Changelog

0.1.5:

  • Fix another bug related to the removal of non-existent keys (#50)
  • Implement Clone for Trie

0.1.4:

  • Fix a panic that occurred when removing non-existent keys (#40)
  • Reformat the code using the latest rustfmt

0.1.3:

  • Add prefix() method for fetching the NibbleVec of a trie or subtrie
  • Update nibble_vec to v0.0.4
  • Make better use of lifetime elision (type signatures will look different, but are the same)

0.1.2:

  • Display README on crates.io (no code changes)