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
Thanks for submitting your spec. It’s a good start, but it’s missing a lot of detail. First, in order to describe the API, you should be describing it in Rust, since that will include important details that otherwise aren’t mentioned. So it should look like:
I’m also wondering—is the Bloom filter part of your public API? Or is it an implementation detail? It seems like the latter, but you listed it like the former.
As far as tests and examples go, you need to give me code! It‘s really not that hard, and it makes things much clearer. Here’s something I would imagine should work:
Thanks for submitting your spec. It’s a good start, but it’s missing a lot of detail. First, in order to describe the API, you should be describing it in Rust, since that will include important details that otherwise aren’t mentioned. So it should look like:
That would also help me understand some of these operations that currently I don’t:
What are the actual signatures?
I’m also wondering—is the Bloom filter part of your public API? Or is it an implementation detail? It seems like the latter, but you listed it like the former.
As far as tests and examples go, you need to give me code! It‘s really not that hard, and it makes things much clearer. Here’s something I would imagine should work:
Because there’s not enough detail here, this is a ✓.
The text was updated successfully, but these errors were encountered: