https://github.com/btwiuse/rustup
Unofficial rust toolchain installer
https://github.com/btwiuse/rustup
rust rust-lang rustup
Last synced: about 2 months ago
JSON representation
Unofficial rust toolchain installer
- Host: GitHub
- URL: https://github.com/btwiuse/rustup
- Owner: btwiuse
- Created: 2022-09-08T15:28:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T18:47:58.000Z (almost 4 years ago)
- Last Synced: 2026-01-19T00:28:05.464Z (5 months ago)
- Topics: rust, rust-lang, rustup
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rustup
Unofficial rustup installer
```
$ npx rustup
```
```
yarn add --dev rustup
cat < rust-toolchain
[toolchain]
channel = "nightly"
components = [ "rustfmt", "clippy" ]
targets = [ "wasm32-wasi", "wasm32-unknown-unknown" ]
profile = "minimal"
EOF
yarn cargo build
```