tramhao / termusic

Music Player TUI written in Rust
GNU General Public License v3.0
962 stars 42 forks source link

`lib::utils::StringUtils` add tests & avoid allocations #340

Closed hasezoey closed 2 weeks ago

hasezoey commented 2 weeks ago

This PR adds tests and changed to a allocation-less implementation as most places dont actually need a String and a str is enough