###### tags: `Note` # What is so special about Rust language? * **Rust is a statically-typed programming language designed for performance and safety** * Rust solves problems that C/C++ developers have been struggling with for a long time: memory errors and concurrent programming. ## Rust Feature * **Rust is a statically-typed programming language designed for performance and safety** * Rust solves problems that C/C++ developers have been struggling with for a long time: memory errors and concurrent programming. * By Ownership system, rust can prevent **data races** at compile time. * High-level ergonomics and low-level control