Difference between revisions of "Rust"
From BC$ MobileTV Wiki
Line 15: | Line 15: | ||
* Rust programming language tutorial: https://www.javatpoint.com/rust-tutorial | * Rust programming language tutorial: https://www.javatpoint.com/rust-tutorial | ||
* My first cup of Rust: https://blog.frankel.ch/start-rust/1/ | * My first cup of Rust: https://blog.frankel.ch/start-rust/1/ | ||
− | + | * My second cup of Rust: https://blog.frankel.ch/start-rust/2/ | |
== External Links == | == External Links == |
Revision as of 17:32, 11 June 2021
Rust is a new programming language from the Mozilla foundation, similar in many ways to C++ but said to be "less verbose" and "more versatile".
Resources
- Rustlings: https://github.com/rust-lang/rustlings
- The Rust Programming Language (E-BOOK): https://doc.rust-lang.org/book/ch00-00-introduction.html
Tutorials
- Learn Rust by solving the "Rustlings" exercises: https://egghead.io/playlists/learning-rust-by-solving-the-rustlings-exercises-a722
- Rust "quick guide": https://www.tutorialspoint.com/rust/rust_quick_guide.htm
- Rust programming language tutorial: https://www.javatpoint.com/rust-tutorial
- My first cup of Rust: https://blog.frankel.ch/start-rust/1/
- My second cup of Rust: https://blog.frankel.ch/start-rust/2/
External Links
- wikipedia: Rust (programming language)
- Rust - official website: https://www.rust-lang.org/
- What is Rust and why is it so popular?: https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/
- Rust programming language - Seven reasons why you should learn it in 2019 (and beyond): https://www.techrepublic.com/article/rust-programming-language-seven-reasons-why-you-should-learn-it-in-2019/
- What’s all the fuss about Rust?: https://sdtimes.com/softwaredev/whats-all-the-fuss-about-rust/
- Programming in Rust - the good, the bad, the ugly: https://hackernoon.com/programming-in-rust-the-good-the-bad-the-ugly-d06f8d8b7738
- Why Not Rust?: https://matklad.github.io//2020/09/20/why-not-rust.html
- Microsoft says "industry's best chance at safe systems programming could be Rust": https://thenewstack.io/microsoft-rust-is-the-industrys-best-chance-at-safe-systems-programming/
- Google Blog - Rust in the Android platform: https://security.googleblog.com/2021/04/rust-in-android-platform.html (suggested for low-level programming as an alternative to C/C++ & JNI)
References
- ↑ Android Open Source Project now supports Rust: https://sdtimes.com/softwaredev/android-open-source-project-now-supports-rust/
- ↑ Google reveals more information about Rust’s integration into Android: https://sdtimes.com/softwaredev/google-reveals-more-information-about-rusts-integration-into-android/