tatsuya6502 / rust-by-example-ja

rust-by-exampleの和訳リポジトリ(テスト用)

Home Page:http://tatsuya6502.github.io/rust-by-example-ja/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust By Example

Rust by Exampleの和訳リポジトリ CircleCI

和訳版はこちらから読めます。

ビルド方法

安定版(stable版)のRustをインストールしてください。 rustupがオススメです。

$ git clone https://github.com/rust-lang-ja/rust-by-example-ja
$ cd rust-by-example
$ cargo install mdbook --force
$ mdbook build
$ mdbook serve

About

rust-by-exampleの和訳リポジトリ(テスト用)

http://tatsuya6502.github.io/rust-by-example-ja/

License:Apache License 2.0


Languages

Language:Rust 99.4%Language:Shell 0.6%