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 compilation error #19

Closed messense closed 4 years ago

messense commented 5 years ago

Credit goes to https://www.reddit.com/user/rgdmarshall/

https://www.reddit.com/r/rust/comments/dhjwhw/help_wanted_fixing_a_compilation_warning_that/f3p4bju/

Closes #18

kevinaboos commented 5 years ago

👍 nice work, much appreciated

knpwrs commented 4 years ago

Hey, @sdleffler! Thanks for making this crate! I was planning on using this for a project of mine relatively soon. Is this PR ready for release? Is there anything end users can do to help?

kevinaboos commented 4 years ago

FWIW, I've been using it for the last week in my large OS project, and have no problems so far.