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
- Host: GitHub
- URL: https://github.com/lpsm-dev/rust-intro
- Owner: lpsm-dev
- License: wtfpl
- Created: 2021-02-25T18:45:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T11:58:11.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T18:17:21.584Z (over 1 year ago)
- Language: Rust
- Size: 4.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```