michaelsproul / rust_radix_trie

Fast generic radix trie implemented in Rust
https://docs.rs/radix_trie/
MIT License
184 stars 32 forks source link

Bump rand to 0.8 and quickcheck to 1.0 #65

Closed davide125 closed 3 years ago

davide125 commented 3 years ago

This updates the rand and quickcheck crates to the latest versions. The quickcheck API has changed, so the relevant test is also updated.

michaelsproul commented 3 years ago

Awesome thanks!