A year ago YesLogic open-sourced the Allsorts font parser, shaping engine,... (more…)
Read more »
Naivechain implementation in rust. Contribute to erenoku/naivechain-rs development by creating an account on GitHub. (more…)
Read more »
This post is a very short contemplation of Rust compilation (times). Don’t expect anything super insightful, just a bunch of thoughts that came up while I was listening to the Rustacean Station podcast. (more…)
Read more »
Rust is a relatively new system programming language that has been
experiencing a rapid adoption in the past 10 years. Rust incorporates a memory
ownership model enforced at a compile time. Since this model involves zero
runtime overhead, programs written... (more…)
Read more »