Runner in the High

技術のことをかくこころみ

2020-11-16から1日間の記事一覧

2020年末Rustlang環境構築

以下をやるだけ # インストール&初期セットアップ $ brew install rustup rust-analyzer $ rustup-init $ rustup update # プロジェクト作成 $ mkdir your_own_rust_project $ cd your_own_rust_project $ cargo init --vcs git --bin # rust-analyzerを使…