Crates.io | json-structural-diff |
lib.rs | json-structural-diff |
version | 0.1.0 |
source | src |
created_at | 2021-01-12 13:17:06.045188 |
updated_at | 2021-01-12 13:17:06.045188 |
description | A Rust JSON structural diff library |
homepage | |
repository | https://github.com/Luni-4/json-structural-diff |
max_upload_size | |
id | 340890 |
size | 43,410 |
A pure-Rust JSON structural diff based on this implementation.
This project has been developed with the aim of testing parallelism.
cargo build
To build with the colorize
feature:
cargo build --all-features
cargo build --workspace
If you want to build both the lib and the cli in release mode,
add the --release
option to the commands above.
Run cargo install json-structural-diff-cli
or download the binaries contained in the
release page.
Released under the MIT License.