Rust Meetup #6 @ Devcafe (Mini Hackathon)


Details
It's time for our first mini hackathon in Rust Meetup #6 @ Devcafe! Be sure to bring your laptop or team up with a friend. Bring a charger as well or be fully charged already.
Thanks to Devcafe (http://infocity.co.jp/) for generously sponsoring a space for us to use this time!
The objective is to get comfortable with basic concepts such as multiple error handling, borrow checker and lifetimes that are easy to get stuck on when you're starting out. Tasks can be completed either alone or in small teams, and it's perfectly fine to finish just one task since we don't have the whole day to start with. We may also have one or two more advanced tasks prepared, or you can mentor other participants.
Time is limited, so it would help if you could prepare by installing Rust on your machine using Rustup, following the relatively sparse instructions at https://www.rustup.rs/ .
curl https://sh.rustup.rs -sSf | sh
rustup toolchain install nightly
rustup default nightly
I would recommend against using multirust since rustup is clearly where the development is focused on. If you already have multirust installed, the installation process will tell you what to do.
Please install at least one version of the nightly toolchain. You may have a slightly different version than others, but it should be fine. We may announce a specific version later. If you arrive early or at least on time, we can try to help you.
Unfortunately we have no Windows expertise, so hopefully you can either take care of yourself or prepare a virtual machine.
さて、第6階の東京ラストミートアップで初めてハッカソンする予定になりました。今まで参加していただいた方々には「お待たせいたしました」ということですね!
まずはInfoCityの岩浪社長はホストになって頂いて感動致します。InfoCityの開発者たちも参加するので、楽しみしております!
今回はいつものThis Week in Rustのレビューの後、初めてのハッカソンする予定です。目標はラストのコンセプトを試すことする予定です。複数エラーハンドラー、borrowチェッカーとライフタイム関係の活動しましょう。やはり、この二つテーマは混乱しやすいので、ハッカソンしながら面白い経験になるかなと思っています。
スモールチームの形になりますが、一人でも、もっとアドバンスドなことしたくてもいいので、気軽に参加してください。
時間が限れているので、個人環境はあらかじめ準備するとスムーズに進めると思います。現代のラストですと、rustupですね!https://www.rustup.rs/ 以下のコマンドを売ってていただければ十分です:
curl https://sh.rustup.rs -sSf | sh
rustup toolchain install nightly
rustup default nightlym (https://www.rustup.rs/)ultirustでもいいですが、これからもうrustupになってしまいます。今回のハッカソンでは構わないですが!
時間があれば、初めての方ちらっと「プログラミング言語Rust」のオフィシャル本を見ると、基本のシンタクスはすぐわかると思います。 http://rust-lang-ja.github.io/the-rust-programming-language-ja/1.6/book/
最後ですが、Windowsの利用者は申し訳ないですが、サポートはまだメインではなくて、DockerやVMになってしまします。参加者の中に経験者がいますが、少ないので改めてすみません。

Rust Meetup #6 @ Devcafe (Mini Hackathon)