In this crazy show and tell episode, I tell you about how we made #vim's new vim9script language compile to #lua inside of #neovim using #rust. Pretty exciti... (more…)
Read more »
A new Kind
A Sort long Prophesized
Once Fragile, now Eternal
Stabilization report
This is the stabilization report for #![feature(min_const_generics)] (tracking issue #74878), a subset of #![featur... (more…)
Read more »
Closures in Rust implement a set of traits. In some cases there can more than one of these traits that a closure might implement. (more…)
Read more »
Translations of a simple C program to Rust. Contribute to BurntSushi/rsc-regexp development by creating an account on GitHub. (more…)
Read more »
When building support for Rust applications, we needed a system that could give us dynamic access to types, attributes and methods at runtime. Since Rust doesn't have native support for such things, we had to build our own version of a runtime reflection ... (more…)
Read more »