Open JOT85 opened 3 years ago
I'm about to make a couple of PRs but, before that, I've spent a bit of time tidying a few things up. These are only minor things, including:
std::fs::read_to_string
lines
BufReader
debug_assert
I've also added /usr/lib/os-release as a fallback to /etc/os-release as specified in the man page.
/usr/lib/os-release
/etc/os-release
Thanks for your time :)
Merge conflict from #78 resolved :)
I'm about to make a couple of PRs but, before that, I've spent a bit of time tidying a few things up. These are only minor things, including:
std::fs::read_to_string
function,lines
method on aBufReader
,debug_assert
s,I've also added
/usr/lib/os-release
as a fallback to/etc/os-release
as specified in the man page.Thanks for your time :)