Skip to content

rajrupdasofficial/Rust_tutorial

Repository files navigation

Rust tutorial

Rust is a memory safe programming language.

Rust is used in various sectors mainly for system programming.

If you follow this repository then please follow these commands

  1. For creating a new project please type this command
cargo new <project name>

  1. For running a new project type command
cargo run

this will compile the project and run it.

Please write memory safe rust code logics . because rust is a flexible language you can easily write unsafe code like happened - actix framework.

Happy Learning

About

Rust tutorial from rust guide book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published