Crate mownstr

Source
Expand description

MownStr is either a borrowed reference to a str or an own Box<str>.

Structs§

  • “Maybe own str”: either a borrowed reference to a str or an owned Box<str>.