Skip to content

Commit 0d3334c

Browse files
authored
File inspection (#60)
* Add file inspection * refactors * Better inspectable behavior * Use the native rendering to json * Further simplifications * Fix output * Better handling of encodings and stats * Fix validations * Better output * Strip useless comments * Fix a couple issues * Use camino, cut the nonsense * also collect batch info when --batches * Handle nested fields
1 parent 57603ad commit 0d3334c

18 files changed

Lines changed: 4370 additions & 228 deletions

File tree

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[build]
2-
rustflags = ["-Clink-arg=-fuse-ld=lld"]
2+
rustflags = ["-C", "link-arg=-fuse-ld=lld"]

0 commit comments

Comments
 (0)