accord 0.1.1

Library for validating data according to rules like "contains", "length", "either", "range". Requires Rust nightly until conservative_impl_trait lands in stable.
Documentation
[package]
name = "accord"
version = "0.1.1"
authors = ["Christoffer Buchholz <chris@chrisbuchholz.me>"]
description = """
Library for validating data according to rules like "contains", "length", "either", "range".
Requires Rust nightly until conservative_impl_trait lands in stable.
"""
documentation = "https://docs.rs/accord"
repository = "https://github.com/ChrisBuchholz/accord"
readme = "README.md"
keywords = ["accord", "rules", "library", "data", "validation"]
license = "MIT"

[dependencies]
serde = "0.8.21"
serde_derive = "0.8.21"
serde_json = "0.8.4"