Rust 툴체인 관리. 툴체인에 대한 자세한 정보는 rustup help toolchain을 참조. 더 많은 정보: https://rust-lang.github.io/rustup.
rustup help toolchain
rustup install {{툴체인}}
rustup uninstall {{툴체인}}
rustup list
rustup link {{사용자_지정_툴체인_이름}} {{경로/대상/폴더}}