Skip to content

Commit

Permalink
Replace regex with hand-written parser
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Dec 15, 2021
1 parent 3ced995 commit 88f403b
Show file tree
Hide file tree
Showing 2 changed files with 342 additions and 228 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Expand Up @@ -13,8 +13,6 @@ edition = "2018"
exclude = ["screenshots/*"]

[dependencies]
regex = { version = "1.3.1", default-features = false, features = ["std"] }
once_cell = "1.8.0"
number_prefix = "0.4"
console = { version = "0.15.0", default-features = false, features = ["ansi-parsing"] }
unicode-segmentation = { version = "1.6.0", optional = true }
Expand All @@ -23,6 +21,7 @@ rayon = { version = "1.0", optional = true }
tokio = { version = "1.0", optional = true, features = ["fs", "io-util"] }

[dev-dependencies]
once_cell = "1.8.0"
rand = "0.8"
structopt = "0.3"
tokio = { version = "1.0", features = ["time", "rt"] }
Expand Down

0 comments on commit 88f403b

Please sign in to comment.