A Stable Modular ABI for Rust

Proposing a stable modularizable ABI interface for Rust Based on the points from the discussion here. Introduction Rust is a powerful systems programming with strong memory guarantees. Rust allows for concise expression at a high-level, while still produ… Read more

Similar

Complex Procedural Rust Macros

In this post, we write a procedural macro that generates code to bind functions and types including arbitrary many impl blocks to a scripting language. The problems encountered and techniques learned can be applied to other tasks where complex compile-tim... (more…)

Read more »