Expand description
This crate offers a small utility type, SmartCow
that holds either
a &str
or a smartstring::SmartString
and offers various
convenience trait implementations.
Enumsยง
- Smart
Cow - The primary type for this crate, which holds either a borrowed str
or a
SmartString