Module validator

Source

Functions§

infallible
Validator for files that don’t have to do any checks. It is garanteed to return Ok.
json
Checks if a string is valid TOML.
toml
Checks if a string is valid TOML.
toml_as
Checks if a string is valid TOML for T.