ardaku / whoami

Rust crate to get the current user and environment.
Apache License 2.0
195 stars 31 forks source link

Fix non-utf8 support being completely unfunctional #70

Closed AldaronLau closed 1 year ago

AldaronLau commented 1 year ago

For some functions, non-UTF-8 text was intended to be supported, but the logic was bad. This fixes it.