Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1013 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 1013 Bytes

zsh-rust

A zsh plugin for the Rust programming language toolchain.

Install

Using the ⚡ Zap minimal zsh plugin manager, add the following to your .zshrc

# 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 - Installer for the Rust programming language
  • rustc - The Rust programming language
  • 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.

License

The zsh-rust plugin is released under the Apache License 2.0 unless explicitly mentioned in the file header.