Expand description
Non-empty strings.
Re-exports§
pub use str::Empty;pub use str::Str;pub use owned::EmptyOwned;stdorallocpub use owned::OwnedStr;stdoralloc
Modules§
- macros
- Macros for creating non-empty strings in
constcontexts. - owned
stdoralloc - Non-empty
String. - str
- Non-empty
str.