Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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