Commit 35aa3c13 authored by jotaro-sama's avatar jotaro-sama
Browse files

add readme for the rust plugin

parent 710a3d5a
# rust
This plugin adds completion for [`rustc`](https://doc.rust-lang.org/rustc/index.html), the compiler for the Rust programming language.
To use it, add `rust` to the plugins array in your zshrc file:
```zsh
plugins=(... rust)
```
## Aliases
| Command | Description |
|------------------|---------------------------------------------------------------------------------|
| `rustc` | Compiler for the Rust language |
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment