uutils / platform-info

A cross-platform way to get information about your machine
MIT License
85 stars 25 forks source link

Information retrieval is lossy #6

Closed Arcterus closed 1 year ago

Arcterus commented 5 years ago

Because we use OsStr::to_string_lossy() and stuff like that, there's potential data loss. I'm not sure if we really care though (i.e. I doubt most people are using uname and co. beyond operating system checks and the like).