October 31, 2021

English | 日本語

Reading "The Rust Programming Language" (English)

I thought to write Rust code after a long time and I decided to read the textbook because I hardly remember it.

"The Rust Programming Language" is free and good. This is memo how to read the latest version.

  1. Installing git and rust

  2. Cloning github repository

  3. Installing mbook

    $ cargo install mdbook
  4. Building html at the cloned git repository.

    $ mdbook build