LoginSignup
1
1

More than 5 years have passed since last update.

プログラム言語 Rust のインストール、セットアップ

Last updated at Posted at 2018-05-29

少しずつ書いていく。
べつに http://seiga.nicovideo.jp/watch/mg296197?track=ct_episode にも書いたんだが
執筆者は同じなのでパクツイではない。

使用言語 日本語
OS Windows
環境 コマンドプロンプト

インストール

次のWebサイトから……。
https://www.rust-lang.org/ja-JP/install.html

Gazo

rustup-init.exe をクリックするとダウンロードが始まる。

rustup-init.exe をダウンロードしたら、ファイルをダブルクリックする。

Gazo

コマンドプロンプトが出てくるので、キーボードの [1]キーを打鍵して、[Enter]キーも打鍵する。

書くのがめんどくさくなってきた。

  • rustc
  • rustdoc

はあんまり使わず、

  • cargo new --bin
  • cargo build
  • cargo run
  • cargo doc

をよく使う。 じゃあ rustc とか rustdoc とか何のために使うのかと言うと
ファイルを1個しか作らないようなプログラムのときに使う。cargo を調べた方がまし。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1