Difference between revisions of "Rust"
Jump to navigation
Jump to search
m (Add link to pheonixnap.com on Rust toolchain installation.) |
m (Add overview to local page.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Notes on Rust programming language | Notes on Rust programming language | ||
+ | |||
+ | - Overview - | ||
+ | |||
+ | This local page about the programming language of Rust aims to answer among other questions: How suitable is Rust for embedded development? | ||
* [https://www.rust-lang.org/ Rust] | * [https://www.rust-lang.org/ Rust] | ||
Line 6: | Line 10: | ||
* https://docs.rust-embedded.org/book/ | * https://docs.rust-embedded.org/book/ | ||
+ | * https://docs.rust-embedded.org/embedonomicon/memory-layout.html | ||
Install Rust on Ubuntu: | Install Rust on Ubuntu: | ||
* https://phoenixnap.com/kb/install-rust-ubuntu | * https://phoenixnap.com/kb/install-rust-ubuntu | ||
+ | |||
+ | Adoption and popularity of Rust: | ||
+ | |||
+ | * https://www.embedded.com/embedded-rust-where-are-we-today/ |
Latest revision as of 21:09, 2 July 2025
Notes on Rust programming language
- Overview -
This local page about the programming language of Rust aims to answer among other questions: How suitable is Rust for embedded development?
Rust language for embedded systems:
- https://docs.rust-embedded.org/book/
- https://docs.rust-embedded.org/embedonomicon/memory-layout.html
Install Rust on Ubuntu:
Adoption and popularity of Rust: