non 0.1.0

Type-safe wrappers for strings with compile-time guarantees.
Documentation
[dependencies]

[features]
default = ["std"]
std = []

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

[package]
authors = ["tejtex <tejtex.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "no-std", "development-tools"]
description = "Type-safe wrappers for strings with compile-time guarantees."
documentation = "https://docs.rs/non"
edition = "2024"
homepage = "https://github.com/tejtex/non"
keywords = ["string", "validation"]
license = "MIT"
name = "non"
readme = "README.md"
repository = "https://github.com/tejtex/non"
version = "0.1.0"