Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asdf-community/asdf-rust
Rust plugin for the asdf version manager
https://github.com/asdf-community/asdf-rust
asdf asdf-plugin
Last synced: 4 days ago
JSON representation
Rust plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-rust
- Owner: asdf-community
- License: apache-2.0
- Created: 2019-10-25T07:10:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T23:42:22.000Z (about 2 months ago)
- Last Synced: 2024-09-14T13:50:59.209Z (about 2 months ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 37.1 KB
- Stars: 100
- Watchers: 6
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-starred - asdf-community/asdf-rust - Rust plugin for the asdf version manager (others)
README
# asdf-rust
[Rust](https://www.rust-lang.org) plugin for asdf version manager
## Build History
[![Build history](https://buildstats.info/github/chart/asdf-community/asdf-rust?branch=master)](https://github.com/asdf-community/asdf-rust/actions)
## Installation
```bash
asdf plugin-add rust https://github.com/asdf-community/asdf-rust.git
```## Usage
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to
install & manage versions.## Configuration
By default, `asdf-rust` installs rust via
[Standalone installers](https://forge.rust-lang.org/infra/other-installation-methods.html)
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:```sh
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](https://www.apache.org/licenses/LICENSE-2.0).