json_schema_test_suite_test_case 0.3.0

Procedural Macro Attribute to run all the test cases described in JSON-Schema-Test-Suite
Documentation

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