2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

「実践Rustプログラミング入門」に入門する(1日目)

Posted at

「実践Rustプログラミング入門」,初田直也他,秀和システム,2020を参考に,Rustでの開発を体験する。

Section2-2 開発環境を構築する(p.29)

rustup-init.exeを実行するだけ。

VSCodeをインストールする。

今回使用したのはVSCodeUserSetup-x64-1.48.2.exe
実行するだけでインストール終了。

VSCode Extensionをセットアップする。

p.34に「rust-analyzer」の設定に関する話があるが、
VSCodeから今回は「Rust0.7.8」をインストールするだけで、シンタックスハイライト、関数名チェックなどを行ってくれる様子。

間違えている箇所を即座に指摘してくれる。
vscode_20200831_2.png

2
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?