refined_type 0.5.13

A library for imbuing rules into types and elevating them to more robust types
Documentation
[dependencies.paste]
version = "1.0.15"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.214"

[dev-dependencies.anyhow]
version = "1.0.89"

[dev-dependencies.serde_json]
version = "1.0.128"

[lib]
name = "refined_type"
path = "src/lib.rs"

[package]
authors = ["Tomoikey"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["accessibility", "development-tools", "rust-patterns"]
description = "A library for imbuing rules into types and elevating them to more robust types"
edition = "2021"
license = "MIT"
name = "refined_type"
readme = "README.md"
repository = "https://github.com/tomoikey/refined-type"
version = "0.5.13"

[[test]]
name = "read_me"
path = "tests/read_me.rs"

[[test]]
name = "regex"
path = "tests/regex.rs"