Drop-in replacement controller for WASD CODE v2B keyboard - cbiffle/keybrain... (more…)
Read more »
Rust bindings for Godot 4. Contribute to godot-rust/gdext development by creating an account on GitHub. (more…)
Read more »
Rustc_codegen_cranelift (cg_clif) is an alternative backend for rustc that I have been working on for the past two years. It uses the Cranelift code generator. Unlike LLVM which is optimized for output quality at the cost of compilation speed even when op... (more…)
Read more »
Use Tree Sitter to parse your own languages in Rust - GitHub - hydro-project/rust-sitter: Use Tree Sitter to parse your own languages in Rust... (more…)
Read more »
Recently I’ve been working in static analysis land and as a part of that have been familiarizing myself with data flow analysis. I look at a fair amount of MIR and so decided to delve into the rustc_mir_dataflow crate to see how these things are handled i... (more…)
Read more »