| Crates.io | json-structural-diff |
| lib.rs | json-structural-diff |
| version | 0.2.0 |
| created_at | 2021-01-12 13:17:06.045188+00 |
| updated_at | 2024-12-09 21:04:49.991107+00 |
| description | A Rust JSON structural diff library |
| homepage | |
| repository | https://github.com/Luni-4/json-structural-diff |
| max_upload_size | |
| id | 340890 |
| size | 43,625 |
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
If you want to build the lib in release mode, add the --release option
to the commands above.
Released under the MIT License.