Added by: bluxmit
Apr 22, 2023
Version

~> Rust

Description
Multi-paradigm, high-level, general-purpose programming language that emphasizes performance, type safety, and concurrency
Links
Install (execute in workspace terminal)
wrk install rust==latest
Remarks and hints
# 'cargo' command only works after terminal reload. If you need to install something in the same session, add:

export PATH="$PATH:/home/abc/.cargo/bin/"

# check Rust version
rustc --version

# Install another version of Rust toolchain
rustup install 1.30.0

# show toolchains
rustup show

change default toolchain
# rustup default 1.30.0
Scripts
# Istall script # Start script
alnoda-workspace

no compatibility requirements