Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wintermi/zsh-rust
A zsh plugin for the Rust programming language toolchain.
https://github.com/wintermi/zsh-rust
cargo rust rust-lang rustup zsh zsh-plugin
Last synced: 5 days ago
JSON representation
A zsh plugin for the Rust programming language toolchain.
- Host: GitHub
- URL: https://github.com/wintermi/zsh-rust
- Owner: wintermi
- License: apache-2.0
- Created: 2022-12-30T05:51:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T11:25:11.000Z (10 months ago)
- Last Synced: 2024-04-15T23:19:32.828Z (7 months ago)
- Topics: cargo, rust, rust-lang, rustup, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zsh-rust
A zsh plugin for the Rust programming language toolchain.
## Install
Using the [:zap: Zap](https://www.zapzsh.org/) minimal zsh plugin manager, add the following to your `.zshrc`
```sh
# Install plugin
plug "wintermi/zsh-rust"
```## Prerequisite Checks
A number of checks are performed to verify the following Rust programming language tools have been installed:
- [`rustup`](https://rustup.rs/) - Installer for the Rust programming language
- [`rustc`](https://www.rust-lang.org/) - The Rust programming language
- [`cargo`](https://github.com/rust-lang/cargo) - The Rust package manager## Disclosure
This **zsh-rust** plugin has not been reviewed, endorsed, or approved by the Rust Foundation. For more information on the Rust Foundation Trademark Policy, click [here](https://foundation.rust-lang.org/).
## License
The **zsh-rust** plugin is released under the [Apache License 2.0](https://github.com/wintermi/zsh-rust/blob/main/LICENSE) unless explicitly mentioned in the file header.