learn-rust Learn Rust with following teaching materials. The Rust Programming Language(The Book) (日本語訳) Rust by Example(RBE) (日本語訳) Command Line Applications in Rust Other Japanese documentation of Rust. Rust の日本語ドキュメント/Japanese Docs for Rust Also add following too. 実践 Rust プログラミング入門 Rust を始めるための資料集 - Don't Repeat Yourself Start new project $ cargo new <project_name> $ cd <project_name> Check & Test # Check for compilability on all projects $ make check # Test on all projects. $ make test