#json-schema #proc-macro #run #information #test-cases #attributes #json-schema-test-suite

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

#1988 in Procedural macros

Download history 8/week @ 2024-11-13 9/week @ 2024-11-20 10/week @ 2024-11-27 26/week @ 2024-12-04 30/week @ 2024-12-11 17/week @ 2024-12-18 6/week @ 2024-12-25 3/week @ 2025-01-01 4/week @ 2025-01-08 8/week @ 2025-01-15 8/week @ 2025-01-29 9/week @ 2025-02-05 28/week @ 2025-02-12 4/week @ 2025-02-19 18/week @ 2025-02-26

60 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.5MB
~33K SLoC