Comment by anarki8
1 day 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.
1 day 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.