freedesktop-desktop-entry
freedesktop-desktop-entry copied to clipboard
Return Iterator when possible
- change
Option<Vec>
signatures toimpl Iterator<Item = &'a str>
- use
split_terminator
instead ofsplit
Equivalent to [split], except that the trailing substring is skipped if empty.