#proc-macro #struct #single

json_schema_test_suite_test_case

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

2 unstable releases

0.3.0 Jun 29, 2020
0.2.0 Jun 22, 2020
0.1.0 Jun 22, 2020

#1447 in Procedural macros

33 downloads per month
Used in 2 crates

MIT license

5KB

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


lib.rs:

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.

Dependencies

~0.7–1.6MB
~34K SLoC