2 unstable releases
0.2.0 | Dec 9, 2024 |
---|---|
0.1.0 | Jan 12, 2021 |
#540 in Encoding
14,242 downloads per month
Used in 2 crates
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
~3–10MB
~111K SLoC