1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-12 07:56:25 +02:00

Update Speaker Notes for what-is-rust.md (#204)

This commit is contained in:
Igor Petruk 2023-01-21 14:10:00 +00:00 committed by GitHub
parent d4c0099781
commit 79decc5540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,5 +23,7 @@ Rust fits in the same area as C++:
* High flexibility.
* High level of control.
* Can be scaled down to very constrained devices like mobile phones.
* Has no runtime or garbage collection.
* Focuses on reliability and safety without sacrificing performance.
</details>