Skip to content

Commit 059ddba

Browse files
authored
Port to Winnow (#70)
1 parent 8f8d29e commit 059ddba

File tree

2 files changed

+700
-793
lines changed

2 files changed

+700
-793
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ keywords = ["sql"]
1313
categories = ["development-tools"]
1414

1515
[dependencies]
16-
nom = "7.0.0"
1716
unicode_categories = "0.1.1"
17+
winnow = { version = "0.6.20", features = ["simd"] }
1818

1919
[dev-dependencies]
2020
criterion = "0.4"

0 commit comments

Comments
 (0)