Chapter - 1
Installation
We will download rust through -> rustup (a command line tool for managing Rust versions and associated tools)
To install the Rust on the Linux:
$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
To check the version of th...
kartik-devops.hashnode.dev2 min read