Crate non_empty_str

Source
Expand description

Non-empty strings.

Re-exports§

pub use cow::CowStr;alloc or std
pub use empty::Empty;
pub use str::Str;

Modules§

cowalloc or std
Non-empty [Cow<'_, str>].
empty
Checking for emptiness.
str
Non-empty str.