Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start parsing the chunks file with serde #31

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove all winnow-related code
  • Loading branch information
Swatinem committed Nov 19, 2024
commit c89f46f793e19ec56289f4248bb61b9f1dcdd465
10 changes: 0 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -23,7 +23,6 @@ seahash = "4.1.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
thiserror = "1.0.64"
winnow = "0.5.34"

[dev-dependencies]
criterion = { version = "2.7.2", package = "codspeed-criterion-compat" }
179 changes: 0 additions & 179 deletions core/src/parsers/common.rs

This file was deleted.

Loading
Oops, something went wrong.