Skip to content

Commit 94d0878

Browse files
committed
Use the newly extracted pipecheck crate
I decided to split this out from the rest of xt since I want to use it in other projects, and it's _just_ complex enough that I don't want to copy-paste it everywhere. (Really, the implementation isn't complex, it's more that the documentation and reasoning behind it are complex.)
1 parent d5c7ac0 commit 94d0878

File tree

4 files changed

+11
-117
lines changed

4 files changed

+11
-117
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ exclude = ["benches/**"]
1515
[dependencies]
1616
lexopt = "0.3.1"
1717
memmap2 = "0.9.4"
18+
pipecheck = "0.1.0"
1819
rmp = "0.8.12"
1920
rmp-serde = "1.1.2"
2021
serde = "1.0.196"

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ use xt::Format;
3838

3939
#[macro_use]
4040
mod bail;
41-
mod pipecheck;
4241

4342
fn main() {
4443
let args = match Cli::parse_args() {

src/pipecheck.rs

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)