Crate smartcow

Source
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ยง

SmartCow
The primary type for this crate, which holds either a borrowed str or a SmartString