struct-validation 0.1.1

A simple trait and derive to validate structs and return a list of errors.
Documentation
[dependencies.struct-validation-core]
version = "0.1.1"

[dependencies.struct-validation-derive]
version = "0.1.1"

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

[package]
authors = ["Matthew Lyon <matthew@lyon.systems>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools"]
description = "A simple trait and derive to validate structs and return a list of errors."
edition = "2021"
keywords = ["validation", "derive", "struct"]
license = "MIT"
name = "struct-validation"
readme = false
repository = "https://github.com/MatthewIsHere/struct-validation"
version = "0.1.1"