rustup

1.0.10 • Public • Published

Rustup

Unofficial rustup installer

$ npx rustup
yarn add --dev rustup

cat <<EOF > rust-toolchain
[toolchain]
channel = "nightly"
components = [ "rustfmt", "clippy" ]
targets = [ "wasm32-wasi", "wasm32-unknown-unknown" ]
profile = "minimal"
EOF

yarn cargo build

Readme

Keywords

Package Sidebar

Install

npm i rustup

Weekly Downloads

9

Version

1.0.10

License

MIT

Unpacked Size

24.4 kB

Total Files

6

Last publish

Collaborators

  • btwiuse