Expand description
Non-empty strings.
Re-exports§
pub use cow::CowStr;allocorstdpub use cow::StaticCowStr;allocorstdpub use empty::Empty;pub use str::StaticStr;pub use str::Str;
Modules§
- cow
allocorstd - Non-empty
Cow<'_, str>. - empty
- Checking for emptiness.
- macros
- Macros used for constructing non-empty strings.
- str
- Non-empty
str.
Macros§
- const_
borrowed_ str allocorstd - Similar to
const_str, but constructs borrowedCowStr. - const_
str - Constructs
Strfrom the given string, panicking if it is empty.