Comment by anarki8

Comment by anarki8 a day ago

1 reply

There might be potential improvements, like using OsString by default for `env::args()` but I would pick Rust's string handling over Go’s or C's any day.

kragen a day ago

It's reasonable to argue that C's string handling is as bad as Rust's, or worse.