Crates.io | json-structural-diff-cli |
lib.rs | json-structural-diff-cli |
version | 0.1.0 |
source | src |
created_at | 2021-01-12 14:00:08.999596 |
updated_at | 2021-01-12 14:00:08.999596 |
description | A Rust JSON structural diff cli |
homepage | |
repository | https://github.com/Luni-4/json-structural-diff |
max_upload_size | |
id | 340901 |
size | 18,239 |
A pure-Rust JSON structural diff CLI based on the JSON structural diff library.
cargo build --workspace
If you want to build the cli in release mode, add the --release
option
to the command above.
Run cargo install json-structural-diff-cli
or download the binaries
contained in the release page.
Released under the MIT License.