validators-options 0.22.1

This is a library for validating and modeling user input and this crate provides options used with the `alidators-derive` crate and the `validators` crate.
Documentation
[package]
name = "validators-options"
version = "0.22.1"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2018"
repository = "https://github.com/magiclen/validators"
homepage = "https://magiclen.org/validators"
keywords = ["validator", "validation", "user"]
categories = ["no-std", "value-formatting"]
description = "This is a library for validating and modeling user input and this crate provides options used with the `alidators-derive` crate and the `validators` crate."
readme = "README.md"
license = "MIT"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]

[dependencies]
enum-ordinalize = "3.1"
educe = "0.4"