InteriorAssign trait { a := b }
Rust Internals [Unofficial]
May 17, 2026
What I did end up doing in my project is keeping most of the important internal code in rust, then just using a scripting language to handle all the messy highest-level details.
Discussion in the ATmosphere