Initial commit

This commit is contained in:
Nettika 2022-07-04 02:26:48 -07:00
commit 542652f305
8 changed files with 431 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "vet"
version = "0.1.0"
authors = ["Benjamin Herman <benjamin@metanomial.com>"]
edition = "2021"
description = "Validation of arbitrary types"
repository = "https://github.com/metanomial/vet"
license = "MIT OR Apache-2.0"
keywords = ["validation"]