jsonschema-rs/jsonschema-test-suite/test_case
Dmitry Dygalo 4a07ba9a82
chore: Update to Rust 2021 edition in all crates
2022-04-10 23:31:34 +02:00
..
src chore: Port `json-schema-test-suite` as a local dependency 2021-07-23 10:17:53 +02:00
.gitignore chore: Port `json-schema-test-suite` as a local dependency 2021-07-23 10:17:53 +02:00
Cargo.toml chore: Update to Rust 2021 edition in all crates 2022-04-10 23:31:34 +02:00
README.md chore: Port `json-schema-test-suite` as a local dependency 2021-07-23 10:17:53 +02:00

README.md

json_schema_test_suite_test_case

This crate is supposed to support json_schema_test_suite by exporting the base struct to allow users of json_schema_test_suite to have a single entity representing the test information.

This crate is needed because currently, at the time of writing, we are not allowed to export structs from a proc-macro library Please refer to json-schema-test-suite docs for more informaton.

License: MIT