1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-16 14:17:34 +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

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.