validex v0.1.0 API Reference
Modules
Documentation for Validex
Used for loading RuleExpanders and Validators
Schema-expansion is the first step of validating a schema against data. RuleExpanders describe which expansions will happen
The Exact validator is used for validating exact values using simple equality comparison. It works on strings and numbers
The Presence validator is used for validating the presence of values, the empty string in addition to any value not included in a map is considered absence
The Type validator is used for validating types of values