• Stars
    star
    153
  • Rank 243,368 (Top 5 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

rust-by-exampleの和訳リポジトリ

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-ja
$ cargo install mdbook
$ mdbook build
$ mdbook serve

テスト方法

$ cd rust-by-example-ja
$ cargo install mdbook-transcheck
$ mdbook test
$ git submodule init
$ git submodule update
$ mdbook-transcheck src-en src

mdbook testはドキュメント内のソースコードがコンパイル可能かどうかを、 mdbook-transcheckはコメントアウトされた原文とソースコードがオリジナルと一致するかどうかをテストします。

翻訳の仕方

CONTRIBUTINGを参照してください。