An open API service indexing awesome lists of open source software.

https://github.com/cakecatz/rust-guide-ja

システムプログラミング言語Rustの日本語版ガイド。
https://github.com/cakecatz/rust-guide-ja

Last synced: about 2 months ago
JSON representation

システムプログラミング言語Rustの日本語版ガイド。

Awesome Lists containing this project

README

        

#Rust入門

システムプログラミング言語Rustを日本語で解説したドキュメント。
基本は、本家のドキュメントをゆるく翻訳したもの。

Rustはまだ絶賛開発中なので、このドキュメントが追い付いていない場合もあります。

なにかあったらTwitterかメールでお願いします。

Twitter: [@nekokawaee](https://twitter.com/nekokawaee)
mail: [[email protected]](mailto:[email protected])

1. [はじめに](https://github.com/cakecatz/rust-guide-ja/blob/master/docs/introduction.md)
2. [Rustの基礎](https://github.com/cakecatz/rust-guide-ja/blob/master/docs/basic.md)
1. [Rustのインストール](https://github.com/cakecatz/rust-guide-ja/blob/master/docs/installing-rust.md)
2. [Hello,World!](https://github.com/cakecatz/rust-guide-ja/blob/master/docs/hello-world.md)
3. [Hello,Cargo!](https://github.com/cakecatz/rust-guide-ja/blob/master/docs/hello-cargo.md)
4. [変数の割り当て](https://github.com/cakecatz/rust-guide-ja/blob/master/docs/variable-bindings.md)
5. [If](https://github.com/cakecatz/rust-guide-ja/blob/master/docs/if.md)
6. [関数](https://github.com/cakecatz/rust-guide-ja/blob/master/docs/functions.md)
7. [コメント](https://github.com/cakecatz/rust-guide-ja/blob/master/docs/comments.md)