2015년 8월 8일 코딩모임
use chrono::{DateTime, Local, Duration};
let datetime = Local.ymd(2015, 8, 8).and_hms(14, 0, 0);
// http://www.toz.co.kr/branch/main/index.htm?id=11
let place = "토즈 강남2호점";
// 추가하려면 klutzy를 호출
let members_and_tasks = [
("klutzy", "suruga"),
("jeyraof", "tutorial"),
("jeehoonkang", "rcu-rs"), // https://github.com/jeehoonkang/rcu-rs
("simnalamburt", "fate"),
("sgkim126", "fate"),
("lifthrasiir", "Chrono tzfile"),
("성큼이", "tutorial"),
("sanxiyn", unimplemented!()),
];
assert!(members_and_tasks.iter().all(|&(ref member, _)| member.has_laptop()));