Module quire::validate[][src]

Validators for your config

All of the validators are configures using builder/fluent pattern.

Also note that while validator can do various different transforms to the AST, but it works on the AST level, so it must put something that decoder is able to decode in the result.

Structs

Anything

Skips the validation of this value

Directory

Directory validator

Enum

Enum validator

Mapping

Validates yaml mapping

Nothing

Only expect null at this place

Numeric

Numeric validator

Pos

Source code position

Scalar

Scalar YAML value

Sequence

Validates yaml sequence

Structure

Structure validator

Traits

Validator

The trait every validator implements