aliri_braid 0.4.0

Improve and strengthen your strings by making them strongly-typed with less boilerplate
Documentation
[dependencies.aliri_braid_impl]
version = "=0.4.0"
[dev-dependencies.bytes]
version = "1"

[dev-dependencies.bytestring]
version = "1.1"

[dev-dependencies.compact_str]
version = "0.7"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1.0.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

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

[dev-dependencies.smartstring]
version = "1"

[dev-dependencies.static_assertions]
version = "1"

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

[package]
authors = ["Marcus Griep <marcus@griep.us>"]
categories = ["data-structures", "rust-patterns"]
description = "Improve and strengthen your strings by making them strongly-typed with less boilerplate"
edition = "2018"
keywords = ["string", "newtype", "validation", "normalization"]
license = "MIT OR Apache-2.0"
name = "aliri_braid"
readme = "README.md"
repository = "https://github.com/neoeinstein/aliri_braid"
version = "0.4.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]