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

Requires beta for loop_break_value #1

Closed sdleffler closed 7 years ago

sdleffler commented 7 years ago

There should be a nice way to rewrite remove and remove_prefix while getting rid of the loop_break_value hack currently used to circumvent borrowchecker weirdness.