.dots/zsh/plugins/rust
2022-05-13 22:49:55 +05:00
..
_rustc Update 30.01.2022 2022-01-30 00:39:21 +05:00
README.md Update 30.01.2022 2022-01-30 00:39:21 +05:00
rust.plugin.zsh Update 13.05.2022 2022-05-13 22:49:55 +05:00

rust

This plugin adds completion for rustc, the compiler for the Rust programming language, as well as for rustup and cargo if you have the Rust toolchain installed.

To use it, add rust to the plugins array in your zshrc file:

plugins=(... rust)