rust | bearsworld

bearsworld

for friendbear GitHub Pages.

Follow me on GitHub

rust

How to start

curl https://sh.rustup.rs -sSf | sh
info: downloading installer

Welcome to Rust!

This will download and install the official compiler for the Rust programming
language, and its package manager, Cargo.

It will add the cargo, rustc, rustup and other commands to Cargo's bin
directory, located at:

  /Users/k22/.cargo/bin

This path will then be added to your PATH environment variable by modifying the
profile files located at:

  /Users/k22/.profile
  /Users/k22/.bash_profile

You can uninstall at any time with rustup self uninstall and these changes will
be reverted.

Current installation options:

   default host triple: x86_64-apple-darwin
     default toolchain: stable
  modify PATH variable: yes

1) Proceed with installation (default)
2) Customize installation
3) Cancel installation
>1

https://doc.rust-lang.org/book/ch01-02-hello-world.html

playground

https://play.rust-lang.org/

###