Crate stringish

Source
Expand description

A smaller Cow<'static, str>.

See more at the type documentation for Stringish.

Structs§

MutationGuard
Updates the borrowed Stringish when dropped with the String stored inside.
Stringish
A smaller Cow<'static, str>.

Traits§

Ish
Converts something string-ish to a Stringish.