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: about 2 months ago
JSON representation

Unofficial rust toolchain installer

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
```