diff_report 0.1.2

JSON and human-readable report generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "diff_report"
version = "0.1.2"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "JSON and human-readable report generation."

[dependencies]
serde_json.workspace = true
spdfdiff_types.workspace = true

[features]
fuzzing = []

[lints]
workspace = true