Hacker News new | ask | show | jobs
by the__alchemist 1111 days ago
This is an underrated advantage of Rust. And, I can expect code to compile (or compile + flash for embedded) by running `cargo run` on Linux or Windows, vice expecting a dependency mess with the C toolchains I've encountered.