Skip to content

Commit 9af5154

Browse files
committed
cargo-rail: refactoring, slimming down, and balancing the architecture on a strong graph
1 parent 030d3f2 commit 9af5154

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+290
-7032
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,9 @@ serde = { version = "1.0.228", features = ["derive"] }
3434
serde_json = "1.0.145"
3535
semver = "1.0.27"
3636

37-
# Parsing for conventional commits (zero-copy, deterministic)
38-
winnow = "0.7.13"
39-
4037
# Cryptographic hashing for plan IDs
4138
sha2 = "0.10.9"
4239

43-
# Progress indicators (allocation-free, concurrency-optimized)
44-
linya = "0.3.1"
45-
4640
# Parallelism and concurrency
4741
rayon = "1.11.0"
4842
chrono = { version = "0.4.42", features = ["serde"] }

src/cargo/helpers.rs

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

src/cargo/mod.rs

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

0 commit comments

Comments
 (0)