Initial commit

This commit is contained in:
Benjamin Herman 2022-07-04 02:26:48 -07:00
commit 33ca42a731
No known key found for this signature in database
GPG key ID: A2D1938EC56DBF49
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"]