/rust

Study of the Rust programming language

Primary LanguageJavaScript

Rust

Study of the Rust programming language

Getting Started

  • Install Rust
    • curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Verify cargo: cargo --version
  • Create new project: cargo new
  • Build: cargo build
  • Run: cargo run
  • Be a Rustacean

1

...