[go: up one dir, main page]

Crate toml_test

Crate toml_test 

Source
Expand description

Verify Rust TOML parsers

For TOML test cases, see toml-test-data.

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

Structs§

Command
TOML parser-as-a-binary
Error

Enums§

DecodedScalar
A part of DecodedValue
DecodedValue
Logical representation of any TOML value

Traits§

Decoder
Abstract over your TOML deserialization
Encoder
Abstract over your TOML serialization