Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btwiuse/rustup
Unofficial rust toolchain installer
https://github.com/btwiuse/rustup
rust rust-lang rustup
Last synced: 6 days ago
JSON representation
Unofficial rust toolchain installer
- Host: GitHub
- URL: https://github.com/btwiuse/rustup
- Owner: btwiuse
- Created: 2022-09-08T15:28:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T18:47:58.000Z (over 2 years ago)
- Last Synced: 2024-12-22T00:08:09.687Z (12 days 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 rustupcat < rust-toolchain
[toolchain]
channel = "nightly"
components = [ "rustfmt", "clippy" ]
targets = [ "wasm32-wasi", "wasm32-unknown-unknown" ]
profile = "minimal"
EOFyarn cargo build
```