Earlier this year, we used the C2Rust framework to translate applications such as Quake 3 to Rust. In this post, we’ll show you that it is also possible to translate privileged software such as modules that are loaded by the Linux kenel. We&... (more…)
Read more »
Raml is a library for directly interacting with the C OCaml runtime, in Rust.
Consquently, raml is designed for rust shared objects that expose raw C FFI bindings,
which are then either statically or dynamically linked against an OCaml binary, which calls... (more…)
Read more »
A personal blog focused on software, Machine Learning and other passing fads. (more…)
Read more »
🖼️ Rendered
📝 Summary
Introduce structural records of the form { foo: 1u8, bar: true } of type { foo: u8, bar: bool } into the language. Another way to understand these sorts of objects is to think... (more…)
Read more »