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

Upgrade to Rust 2021 #41

Open stefnotch opened 9 months ago

stefnotch commented 9 months ago

This lets us get rid of unreachable = "1.0.0" in favour of the standard library https://doc.rust-lang.org/core/option/enum.Option.html#method.unwrap_unchecked

sdleffler commented 6 months ago

Hi! Thank you for your work. I recognize I've been putting off dealing with some outstanding PRs on this repo for quite a while now - I'll try to take a look at this tomorrow.

stefnotch commented 6 months ago

Thank you! I appreciate it.

If there's anything I could do to make it easier for you, do let me know. I'll happily change code, write unit tests, benchmarks, etc.