Crate toml_test_data

Source
Expand description

Test cases from the toml-test conformance suite

To read and write these test cases, see toml-test.

To run the test cases against your TOML implementation, see toml-test-harness.

Structs§

Invalid
Invalid TOML test case
Valid
Valid TOML test case

Functions§

invalid
Returns all Invalid TOML test cases
valid
Returns all Valid TOML test cases
version
Get the test cases for a given spec version
versions
Get all supported spec versions and their test cases