1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-14 22:56:44 +02:00
This commit is contained in:
Zhizhen He 2023-01-17 19:42:31 +08:00 committed by GitHub
parent 13da3112e9
commit 51ad97a8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ on the answer you can highlight different features of Rust:
have the memory unsafety issues. In addition, you get a modern language with
constructs like pattern matching and built-in dependency management.
* Experience with Java, Go, Python, JavaSript...: You get the same memory safety
* Experience with Java, Go, Python, JavaScript...: You get the same memory safety
as in those languages, plus a similar high-level language feeling. In addition
you get fast and predictable performance like C and C++ (no garbage collector)
as well as access to low-level hardware (should you need it)