Comment on Go vs. Rust: Writing a CLI ToolparentComments−pjmlp6yDependencies, including popular ones such as libc, are incomplete and not really tested on systems that are not linux/windows/macos.That is a consequence of a thin standard library, no guaranteed support on all platforms that the compiler targets.
Comments
That is a consequence of a thin standard library, no guaranteed support on all platforms that the compiler targets.