Instal Rust Lang di Linux

# The official and recommended method of installing Rust for the purpose
# of developing software is to use the Rustup toolchain manager

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
moghaazi