maybe-valid 0.1.0

Traits and outcome enums for structural validation/refinement conversions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "maybe-valid"
version = "0.1.0"
edition = "2021"

license = "Apache-2.0 OR MPL-2.0"

description = "Traits and outcome enums for structural validation/refinement conversions"

repository = "https://github.com/metastable-void/maybe-valid"
readme = "README.md"

[dependencies]

[features]
default = ["std"]
std = ["alloc"]
alloc = []