add some comments to filter_with_lists and add a basic test

This commit is contained in:
xffxff 2023-08-24 09:29:08 +08:00
parent 7f371bf91b
commit 5c0397c456
3 changed files with 67 additions and 1 deletions

View file

@ -27,6 +27,7 @@ once_cell = {version="1.18.0"}
error-stack = {version="0.3.1"}
async-trait = {version="0.1.73"}
regex = {version="1.9.3", features=["perf"]}
tempfile = "3.8.0"
[dev-dependencies]
rusty-hook = "^0.11.2"