jedisct1 / rust-bloom-filter

A fast Bloom filter implementation in Rust
BSD 2-Clause "Simplified" License
235 stars 51 forks source link

T should be marked as ?Sized #17

Closed zonyitoo closed 4 years ago

zonyitoo commented 4 years ago

fix #16

jedisct1 commented 4 years ago

Thank you!