Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 902 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 902 Bytes

A Rust JSON structural diff

LICENSE Actions Status Coverage Status

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.