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
347: feat: Add `with_array_filter()` function to allow passing array as a filter list r=bidoubiwa a=VoidCupboard
## Related issue
Closes#163
## What does this PR do?
Adds support to pass array as a filter
## PR checklist
Please check if your PR fulfills the following requirements:
- [X] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [X] Have you read the contributing guidelines?
- [X] Have you made sure that the title is accurate and descriptive of the changes?
I am still learning Rust, and this is my first time Rust code contributing to any open source project 😅, let me know if I did something wrong.
Edit: The tests arent that good, I just added them to check if the function was working or not. Suggest me a better test!
Co-authored-by: VoidCupboard <[email protected]>
0 commit comments