←back to thread

205 points michidk | 1 comments | | HN request time: 0.203s | source
Show context
nsoonhui ◴[] No.41835659[source]
I'm ignorant about Rust, but to me it's just static type language akin to C#. And C# has IOT library which seems to target Rust most usual use case, namely on embedded platform. C# also has memory safety just like Rust.

So why do we need Rust at all? What's the use case for it?

Anything that I'm missing?

replies(5): >>41835666 #>>41835762 #>>41836656 #>>41839000 #>>41843390 #
1. sn9 ◴[] No.41843390[source]
It's kinda like getting the benefits of F#'s type system but with compilation to native code without garbage collection or data races.