sile / scalable_cuckoo_filter

A variant of Cuckoo Filter whose size automatically scales as necessary
MIT License
18 stars 7 forks source link

Add optional serde feature, update rust edition and rand version #1

Closed dkales closed 3 years ago

dkales commented 3 years ago

Hi, I have used this crate in a quick prototype and added a quick optional feature to enable serde support.

It also updates the code to the 2018 edition of rust and the rand dependency to 0.8. Due to this changes I increased the version to 0.2.

sile commented 3 years ago

Thank you for your contribution! I'll review this PR tomorrow.