Rust Meetup Taipei tonight on Oct 3rd
大家期待已久的 Rust Meetup 要重啟了,這次不一樣的是有乾爹贊助場地了,感謝五倍學院提供定期聚會的優質場地。來參加的會眾請在門口的樂捐箱投入$50,協助維護優質的場地,可以從冰箱拿取一瓶飲料... (more…)
Read more »I’m a big fan of Rust’s async feature, which lets you write explicit state
machines like straight-line code. One of the operating systems I maintain,
lilos, is almost entirely based on async, and I think it’s a killer
feature for embedded development. Read more