Skip to content

Commit db7585c

Browse files
committed
Enhance SVG output, and improve logic for item visitation
1 parent 750846c commit db7585c

11 files changed

Lines changed: 2310 additions & 1065 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ exclude = ["src/tests/*"]
1414

1515
[dependencies]
1616
anyhow = "1"
17-
cargo = "0.89.0"
18-
clap = { version = "4.5.32", features = ["derive"] }
19-
itertools = "0.14"
20-
log = "0.4.27"
21-
proc-macro2 = { version = "1", features = ["span-locations"] }
22-
serde = { version = "1", features = ["derive"] }
23-
serde_json = "1"
17+
cargo = "0.93.0"
18+
clap = { version = "4.5.53", features = ["derive"] }
19+
log = "0.4.29"
20+
quote = "1"
2421
simplelog = "0.12.2"
2522
svg = "0.18.0"
2623
syn = { version = "2.0", features = ["full", "extra-traits"] }
@@ -57,7 +54,7 @@ allow_attributes_without_reason = "warn"
5754
assertions_on_result_states = "warn"
5855
create_dir = "warn"
5956
clone_on_ref_ptr = "warn"
60-
# expect_used = "warn"
57+
expect_used = "warn"
6158
missing_assert_message = "warn"
6259
panic_in_result_fn = "warn"
6360
str_to_string = "warn"

output/diagen-bin.svg

Lines changed: 217 additions & 0 deletions
Loading

output/diagen.svg

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

0 commit comments

Comments
 (0)