Rust Knowledge Base Knowledge base related to Rust programming language Installation (Linux) # Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Build essential package sudo apt install build-essential Create new proejct cargo new rust-project Build cargo build Run cargo run More TBD