Studying Rust
-
Rust for WSL2
-
https://www.rust-lang.org/learn/get-started
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -
to use cargo add num
cargo install cargo-edit- if fails, try
sudo apt install -y pkg-config libssl-dev
- if fails, try
-