Как установить Rust wsl zsh
//For Bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
//For zsh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | zsh
BurRaq101325