📅  最后修改于: 2022-03-11 14:49:25.484000             🧑  作者: Mango
Rust is a multi-paradigm programming language designed for
performance and safety, especially safe concurrency.
Rust is syntactically similar to C++, but can guarantee memory safety
by using a borrow checker to validate references.