I write in Parsclick about Rust programming language. Here you have access to Source Code and Markdown files and you can use them. (Official repo)
fn main() {
let sami2020pro = "parsclick article about rust | samikaner".to_string();
println!("{}", sami2020pro);
}
All those who do not know programming and are a little familiar with the operating system and programming can use these articles, but those who are also advanced can use these articles, although it is explained from zero to one hundred.
This book is suitable for everyone, especially for those who have little knowledge, even those who are professionals can use this book. (To the Rust way)
When I wrote these articles, I also wrote a book for Persian speakers called To the Rust way that you can read this wonderful book.To compile and execute the codes, you have to enter the desired section and all the codes of that section are in the src folder. After doing this, you must select and cut the code you want and paste it in another file and with the following command (in Linux)
rustc file_name.rs
./file_name
- First, my self
- Second, Rust by Example
- Third, other