ayazhafiz / xorf

Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
MIT License
129 stars 27 forks source link

Bincode support with Encode/Decode derived #74

Closed jguhlin closed 1 year ago

jguhlin commented 1 year ago

Hello. I've added bincode's Encode/Decode derives as an optional feature alongside serde. Feel free to accept or reject, and thanks for this very useful crate!

ayazhafiz commented 1 year ago

@jguhlin looks like this needs a cargo fmt.

jguhlin commented 1 year ago

Fmt run, but let me know if you'd like anything else! Cheers

ayazhafiz commented 1 year ago

Thanks for the contribution @jguhlin, I'll make a release for this soon.

ayazhafiz commented 1 year ago

@jguhlin , this is available in https://github.com/ayazhafiz/xorf/releases/tag/0.9.0. Thank you so much!