Extend Rust's borrow system to support non-lexical lifetimes -- these are lifetimes that are based on the control-flow graph, rather than lexical scopes. The RFC describes in detail how to infer th... (more…)
Read more »
A year ago YesLogic open-sourced the Allsorts font parser, shaping engine,... (more…)
Read more »
Skytable is a fast, secure and reliable realtime NoSQL database with keyspaces, tables, data types, authn/authz, snapshots and more to build powerful apps - GitHub - skytable/skytable: Skytable is ... (more…)
Read more »
The Rayon data parallelism library makes it easy to run your code in parallel—but the real magic comes from tools in the Rust programming language. (more…)
Read more »
This post is a case study of writing a Rust application using only minimal, artificially constrained API (eg, no dynamic memory allocation).
It assumes a fair bit of familiarity with the language. (more…)
Read more »