crust
crust copied to clipboard
Is it still working with recent rust version ?
I see in the readme that I need to compile rust 1.0 Does it works also with 1.20 ?
If no, do you know an alternative to compile rust code into C ?
Certainly not, almost the entire Rust compiler has changed since then. There is no alternative I'm aware of.
https://github.com/thepowersgang/mrustc might be interesting to anyone in the future looking for a Rust to C code compiler that works with recent rust.