jsoncompat 0.2.2

JSON Schema Compatibility Checker
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## General guidelines

- Don't take any shortcuts; this is production-ready code
- Use the most constrained types possible
- See `readme.md` for the desired behavior of this library
- Ensure the code is as idiomatic as possible

## Tests

`bootstrap.sh` has already been run for you. Run `just check` to run a full test suite.

All of the typical cargo commands are available; see also .github/workflows/ci.yml for what we're checking
in CI. Ensure that any changes you make are covered by tests and documentation.