constrained_type 0.1.2-alpha.2

On the fly value objects in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.regex]
version = "1.3.4"

[dependencies.thiserror]
version = "1.0.15"

[package]
authors = ["Ron Lobo <code@ronlobo.com>"]
description = "On the fly value objects in Rust."
edition = "2018"
license = "MIT/Apache-2.0"
name = "constrained_type"
readme = "./README.md"
repository = "https://www.github.com/ronlobo/constrained_type"
version = "0.1.2-alpha.2"