Crate non_empty_string

source ·
Expand description

NonEmptyString

A simple wrapper type for Strings that ensures that the string inside is not .empty(), meaning that the length > 0.

Structs

A simple String wrapper type, similar to NonZeroUsize and friends. Guarantees that the String contained inside is not of length 0.