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
- For creating a new project please type this command
cargo new <project name>
- 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