Configure your rust toolchain, installing rustup if it is not currently installed already.
Add the following to your zsh plugin manager. for example:
# antigen
antigen bundle cowboyd/zsh-rust
# zim
zmodule cowboyd/zsh-rust
rustup
as well as a default rust toolchain will be installed and
configured for future shell sessions.