1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-26 09:12:58 +02:00

Add reference to microcontrollers as target for rust (#986)

This commit is contained in:
Dominik Maier 2023-07-17 19:01:21 +02:00 committed by GitHub
parent eb0150fb84
commit 165a6c8f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,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.
* Can be scaled down to very constrained devices such as microcontrollers.
* Has no runtime or garbage collection.
* Focuses on reliability and safety without sacrificing performance.