endors 0.1.0

Validation library
Documentation
[dependencies.thiserror]
version = "1.0.65"

[lib]
name = "endors"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Validation library"
edition = "2021"
homepage = "https://github.com/jusexton/endors/"
license = "MIT"
name = "endors"
readme = "README.md"
repository = "https://github.com/jusexton/endors/"
version = "0.1.0"

[[test]]
name = "custom_validator"
path = "tests/custom_validator.rs"

[[test]]
name = "validators"
path = "tests/validators.rs"