DEV Community

Discussion on: What do you use Rust for?

Collapse
 
dfockler profile image
Dan Fockler

I've mostly use it to practice and learn a statically typed language, with the added benefit of modern tooling and centralized documentation. I particularly like the lack of cruft (relative to C++), and all the nice functional features in Rust like iterators, pattern matching, and closures.