validated_newtype 0.1.0

Simple newtypes with checked predicates (primarily for serde)
Documentation
[dependencies.serde]
default-features = false
optional = true
version = "~1.0"
[dev-dependencies.serde_json]
version = "~1.0"

[features]
default = ["serde"]

[package]
authors = ["Maximilian Siling <mouse-art@ya.ru>"]
categories = ["no-std", "rust-patterns"]
description = "Simple newtypes with checked predicates (primarily for serde)"
edition = "2018"
homepage = "https://github.com/GoldsteinE/validated_newtype"
keywords = ["newtype", "serde", "validation"]
license = "MIT"
name = "validated_newtype"
readme = "README.md"
repository = "https://github.com/GoldsteinE/validated_newtype"
version = "0.1.0"