2 unstable releases
| 0.2.0 | Dec 9, 2024 |
|---|---|
| 0.1.0 | Jan 12, 2021 |
#1165 in Encoding
100,200 downloads per month
Used in 12 crates
(3 directly)
37KB
876 lines
A Rust JSON structural diff
A pure-Rust JSON structural diff based on this implementation.
This project has been developed with the aim of testing parallelism.
Building library
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.
License
Released under the MIT License.
Dependencies
~2–15MB
~122K SLoC