I wonder if the tmux maintainers would be interested in switching to this?
Transitioning more software from C to Rust is a great idea.
replies(5):
Transitioning more software from C to Rust is a great idea.
These problems are largely solved now that there's a working transpiler from Rust to C - https://github.com/FractalFir/rustc_codegen_clr
> rustc_codegen_clr is only tested on Linux x86_64, with the CoreCLR runtime (more commonly known as simply the .NET runtime), on .NET 8. It should work on other platforms, but it is not guaranteed.
I guess it could eventually be an option, but today it looks more like a neat tech demo.