Remix.run Logo
anarki8 3 days 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.

kragen 3 days ago | parent [-]

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