Rust - What makes Rust Programming language special?
I think that the following features in Rust will make it special.
1. Package manager.\
- Functional style programming.\
- No exception.\
- No garbage collector.\
- Compile time error detection for multi-threading programming.
However, I think that the following features make hard to master Rust programming language.\
- Ownership, borrower and move semantic. (but if somebody has a strong C++ programming experience, this is easy to catch up)\
- Lifetime indicator.