Loading a Rust library as a Lua module in Neovim

Using mlua to load a rust cdylib shared library crate as a lua module… Read more

Similar

One Hundred Rust Binaries

I recently completed a #100binaries series on Twitter wherein I shared one open-source Rust tool or application each day, for one hundred days (Jul—Nov 2020). This post lists binaries 1–50. See page 2 for binaries 51–100. (more…)

Read more »

Hypervisor Development in Rust

Intel VT-x Hypervisor Development in Rust This article will cover the development of a minimalistic Intel VT-x research hypervisor in Rust. We will use the x86 crate and documentation, which help simplify the code. The knowledge acquired to make this hype... (more…)

Read more »