sglang_v0.5.2/oh-my-zsh/plugins/rust
hailin cc76bab27e first commit 2025-09-15 10:32:17 +08:00
..
README.md first commit 2025-09-15 10:32:17 +08:00
_rustc first commit 2025-09-15 10:32:17 +08:00
rust.plugin.zsh first commit 2025-09-15 10:32:17 +08:00

README.md

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)