You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theASMS
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 andExtend
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.
The text was updated successfully, but these errors were encountered: