Reddit recently launched a discussion: why do you like rust? How to persuade others to use rust? There are several answers:
- Cargo, pattern matching, iterator, fearless concurrency, rayon, traits system, performance;
- The installation under windows is very convenient, high-performance, cargo, usually more effective compilation error prompt, enums and pattern matching, memory security, and declarative programming through iterator without sacrificing performance;
- Memory management is similar to C + +, but rather than preparing you for unexpected program execution, rust’s powerful compiler will help and guide you to write safe code.
So, will you still refuse to like rust? What are the specific reasons why you like it?