An open API service indexing awesome lists of open source software.

https://github.com/lpsm-dev/rust-intro

๐Ÿ“š Just a repository to build some Rust Scripts and Study this language
https://github.com/lpsm-dev/rust-intro

Last synced: 12 days ago
JSON representation

๐Ÿ“š Just a repository to build some Rust Scripts and Study this language

Awesome Lists containing this project

README

          

## Installation

### Cargo

Cargo is the Rust package manager. Cargo downloads your Rust package's dependencies, compiles your packages, makes distributable packages, and uploads them to crates.io, the Rust communityโ€™s package registry.

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