Skip to content

sami2020pro/parsclick-article-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parsclick article rust

sami2020pro | parsclick article about rust | samikaner

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);
}

Who are these articles good for

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.

Who is this book suitable for

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)

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.

How to compile and use code

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

What are the resources we use

  • First, my self
  • Second, Rust by Example
  • Third, other

Releases

No releases published

Packages

No packages published

Languages