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

Fix bug in remove_prefix and add a test case #23

Closed ninegua closed 4 years ago

ninegua commented 4 years ago

This fixes #22