freedesktop-desktop-entry icon indicating copy to clipboard operation
freedesktop-desktop-entry copied to clipboard

Return Iterator when possible

Open wiiznokes opened this issue 5 months ago • 4 comments

  • change Option<Vec> signatures to impl Iterator<Item = &'a str>
  • use split_terminator instead of split

Equivalent to [split], except that the trailing substring is skipped if empty.

wiiznokes avatar Sep 05 '24 23:09 wiiznokes