validity 0.3.0

A type safe wrapper for enforcing arbitrary properties at compile time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "validity"
version = "0.3.0"
edition = "2021"
repository = "https://github.com/cameron1024/validity"
description = "A type safe wrapper for enforcing arbitrary properties at compile time"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[features]
"test-mock" = []