1
0
Fork 0

Using regex but will try to solve the problem without it.,

This commit is contained in:
Florent DENEF 2022-12-27 16:53:33 +01:00
commit 63a4047c30
3 changed files with 47 additions and 6 deletions

View file

@ -13,3 +13,4 @@ rpath = true
[dependencies]
nom = "7.1.1"
itertools = "0.10.5"
fancy-regex = { version = "0.10.0", features = ["perf-literal", "perf-dfa", "perf-inline", "perf-cache"] }