Install & Setup

$ curl https://sh.rustup.rs -sSf | sh
$ source $HOME/.cargo/env
    Rustの開発環境セットアップ

Project Structure

The Cargo Book

Project Layout

.
├── Cargo.lock
├── Cargo.toml
├── src
│   ├── bin
│   │   └── another_executable.rs
│   ├── lib.rs
│   └── main.rs
└── tests
    └── some-integration-tests.rs

First Step

First Steps with Cargo

$ cargo new hello_world --bin
$ cd hello_world
$ cargo build
$ ./target/debug/hello_world
$ cargo run

Emacs

list-packages
rust-mode -> Install
flycheck-rust -> Install
    • rust-mode

 

    • wiki emacs Rust

 

    気付いたらRustの環境構築がかなり楽になってた
广告
将在 10 秒后关闭
bannerAds