compact_str icon indicating copy to clipboard operation
compact_str copied to clipboard

Missed API: CompactStr -> std::borrow::Cow<'_, str>

Open Dushistov opened this issue 2 years ago • 0 comments

It would be nice to make such code works:

    let s: std::borrow::Cow<'_, str> = CompactString::new("aaa").into();

Dushistov avatar Sep 01 '22 19:09 Dushistov