|
|
|
|
|
by vlovich123
484 days ago
|
|
Here’s the set of platforms Rust supports [1] and indeed it has broad support due to LLMV. It obviously still needs to port it’s platform-specific parts of the stdlib to the platforms that aren’t nostd. There’s also [2] which broadens to the set of platforms that GCC supports although I think it might be more bleeding edge than even tier 3 platforms at the moment. I think the only place C really beats Rust is in vendors with toolchains they’ve stopped investing in. More broadly there’s clearly pressure for the industry to abandon C/C++ in favor of Rust given the inability of the language to be modernized into a safe version. [1] https://doc.rust-lang.org/nightly/rustc/platform-support.htm... [2] https://github.com/rust-lang/rustc_codegen_gcc |
|