2 unstable releases

0.2.0 Dec 9, 2024
0.1.0 Jan 12, 2021

#549 in Encoding

Download history 1869/week @ 2024-12-26 3380/week @ 2025-01-02 4688/week @ 2025-01-09 3908/week @ 2025-01-16 5722/week @ 2025-01-23 6939/week @ 2025-01-30 7379/week @ 2025-02-06 4577/week @ 2025-02-13 9746/week @ 2025-02-20 10832/week @ 2025-02-27 10542/week @ 2025-03-06 10363/week @ 2025-03-13 6604/week @ 2025-03-20 7576/week @ 2025-03-27 10357/week @ 2025-04-03 7888/week @ 2025-04-10

34,161 downloads per month
Used in 3 crates

MIT license

37KB
876 lines

A Rust JSON structural diff

Actions Status CodeCov LICENSE

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–11MB
~109K SLoC