[dependencies.nutype_macros]
version = "0.2.0"
[features]
new_unchecked = ["nutype_macros/new_unchecked"]
regex = ["nutype_macros/regex"]
schemars08 = ["nutype_macros/schemars08"]
serde = ["nutype_macros/serde"]
[package]
authors = ["Sergey Potapov <blake131313@gmail.com>"]
categories = ["data-structures", "rust-patterns"]
description = "The newtype with guarantees."
documentation = "https://docs.rs/nutype"
edition = "2021"
homepage = "https://github.com/greyblake/nutype"
keywords = ["newtype", "validation", "sanitization", "derive"]
license = "MIT"
name = "nutype"
readme = "README.md"
repository = "https://github.com/greyblake/nutype"
resolver = "1"
version = "0.2.0"