Crate yaml_validator

Source

Re-exports§

pub use yaml_rust;

Structs§

Context
Contains a number of schemas that may or may not be dependent on each other.
Schema
A single schema unit used for validation.
SchemaError
A wrapper type around SchemaErrorKind containing path information about where the error occurred.

Enums§

SchemaErrorKind

Traits§

Validate
Validation trait implemented by all types, as well as the Schema type