Leverage professional typesetting features to write and design any document. With Typst, you can set the figures, formulas, tables, and bibliographies you ne... (more…)
Read more »
As of stable Rust 1.39.0, it is possible to
implement a very basic and safe
coroutine library using Rust's
async/await support, and
in under 100 lines of code. The implementation depends solely on std and is
stack-less (meaning, not depending on an separ... (more…)
Read more »
Approaching a new language can be scary and time consuming. The author has been a C++ programmer for quite some time and has tried to give Rust a chance many... (more…)
Read more »
In this post I'll be talking about recent work I and others have done to make crash handling and reporting in Rust a (fairly) straightforward procedure by introducing several new crates that can be used in conjunction with each other, or with other crates... (more…)
Read more »
I’ve been pretty quiet aboutCorrode for a few months.That’s partly because I was traveling some, partly because I’ve beenbusy with non-Corrode client work, p... (more…)
Read more »