]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/rust/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / rust / README.md
1 # rust
2
3 This plugin adds completion for [`rustc`](https://doc.rust-lang.org/rustc/index.html), the compiler for the Rust programming language, as well as for `rustup` and `cargo` if you have the Rust toolchain installed.
4
5 To use it, add `rust` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... rust)
9 ```