I found these articles about Rust just recently.
How I Start: Rust
Rust has a reputation of being difficult because it makes no effort to hide what is going on. Iād like to show you how I start with Rust projects.
https://christine.website/blog/how-i-start-rust-2020-03-15
Copyright 2020 Christine Dodrill.
How to Learn Rust Without Installing Any Software
In this article, we’ll learn how to use GitHub Actions to learn Rust from your web browser. We’ll code, build, test, run, and release all from a web page. No software needed!
https://www.freecodecamp.org/news/learn-rust-with-github-actions/
Copyright 2020 freeCodeCamp.
Rust Lang in a nutshell: 1# Introduction
This is the first part of a mini-series of articles addressed to all who want to get familiar with Rust programming language. No previous background in Rust is expected, but understanding of basic concepts of programming languages may be of help.
https://www.softax.pl/blog/rust-lang-in-a-nutshell-1-introduction/
Copyright 2020 Softax.