Rust - install & sample site

Look! there's a flower!·2024년 11월 29일
  1. Installing rust
    $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

    ~/.rustup -- metadata and toolchains will be installed here
    you chan change environment variable RUSTUP_HOME to modify that dir
    ~/.cargo -- change CARGO_HOME variable to modify this dir
    ~/.cargo/bin -- cargo, rustc, rustup will be added

    after install you must restart terminal
    $ . .bashrc
    $ rustc --version

  2. Uninstall rust
    $ rustup self uninstall

  3. learning rust by example
    https://doc.rust-lang.org/rust-by-example/

profile
Why don't you take a look around for a moment?

0개의 댓글