Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend impl #5

Open
vadixidav opened this issue Dec 20, 2018 · 0 comments
Open

Extend impl #5

vadixidav opened this issue Dec 20, 2018 · 0 comments

Comments

@vadixidav
Copy link

I would like it if Extend was implemented for the bloom filters in this crate. This would allow me to abstract over this data structure for adding data to it. While there is the ASMS trait, I would not like the upstream library I am writing to be aware of this bloom filter or this library since this wasn't the original use case and Extend fits its use case better, while I do want it to be used downstream and still be compatible.

For the time being I am creating a wrapper type that implements extend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant