Skip to content

marcantoineg/asdf-rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-rust

Rust plugin for asdf version manager

Build History

Build history

Installation

asdf plugin-add rust https://github.com/asdf-community/asdf-rust.git

Usage

Check asdf readme for instructions on how to install & manage versions.

Configuration

By default, asdf-rust installs rust via Standalone installers with all included components.

That include docs, which may easily use around ~50% of total installation. For this reason, environment variable RUST_WITHOUT exists, which takes comma-separated list of components NOT to install:

RUST_WITHOUT=rust-docs,rust-other-component asdf install rust 1.51.0

# Or in .profile
export RUST_WITHOUT=rust-docs

License

Licensed under the Apache License, Version 2.0.

About

Rust plugin for the asdf version manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 92.0%
  • Makefile 8.0%