prataprc / xorfilter

Rust library implementing xor-filters
Apache License 2.0
137 stars 18 forks source link

Add new/contains function for hashable types(which implement trait Hash) #8

Closed uijin closed 4 years ago

uijin commented 4 years ago

For issue #3 Simply test with String(str) type.