Comment by anarki8
21 hours ago
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.
21 hours ago
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.
It's reasonable to argue that C's string handling is as bad as Rust's, or worse.