sdleffler / qp-trie-rs

An idiomatic and fast QP-trie implementation in pure Rust.
Mozilla Public License 2.0
94 stars 24 forks source link

minor improvements #39

Open stokhos opened 11 months ago

stokhos commented 11 months ago

Hi sdleffler,

I really like this crate and have incorporated it into my own project. While using it, I came across a few minor issues of little significance. So rectify these issues and have decided to submit a pull request to address them.

  1. Added DoubleEndedIterator
  2. Fixed typos in Readme
  3. Fixed lint warnings
  4. Added tests for .next_back() and .rev()
  5. Bumped dependency version
sdleffler commented 11 months ago

Hi! Thank you for your hard work! I'll take a look today or tomorrow.