pub type BoxedStr = Box<str>;
Fast allocations, O(n) clones
pub struct BoxedStr(/* private fields */);