https://github.com/cakecatz/rust-guide-ja
システムプログラミング言語Rustの日本語版ガイド。
https://github.com/cakecatz/rust-guide-ja
Last synced: about 2 months ago
JSON representation
システムプログラミング言語Rustの日本語版ガイド。
- Host: GitHub
- URL: https://github.com/cakecatz/rust-guide-ja
- Owner: cakecatz
- Created: 2015-02-11T15:44:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T17:40:24.000Z (over 10 years ago)
- Last Synced: 2025-02-12T02:08:42.401Z (3 months ago)
- Homepage:
- Size: 156 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)