DEV Community

Discussion on: What would I use Rust for?

Collapse
 
jpcc99 profile image
João Pedro Carvalho

Rust is system programming language, like C, has no garbage collection, can be compiled to web assembly for the web and its works with concepts like immutability and ownership to work with threads. It's also well documented. So, take a look on rust-lang.org.