Releases: chikoski/rust-handson
Releases · chikoski/rust-handson
Rust hands-on at GTUG Girls #53
Update for hands-on at GTUG Girls #53.
Notable updates:
Rust 入門者けハンズオン supported by teratail
2016/10/15 に開催された Rust 入門者向けハンズオン supported by teratail で使用した資料です (English description follows)。
次のトピックをカバーしています。
- プログラミング言語 Rust の概要
- 基本型
- 配列、ベクター、スライス
- 制御構造
- 所有権、move semantics
- 参照、borrowing
資料
Rust hands-on for newbies supported by teratail
We had a hands-on event at 2016/10/15 (Web site )
This event covers following topics:
- Overview of the programming language Rust
- Primitive types
- Array, Vector, Slice
- Flow control
- Ownership and move semantics
- Reference and borrowing