Remix.run Logo
Eurydice: a Rust to C compiler (yes)(jonathan.protzenko.fr)
46 points by todsacerdoti 4 hours ago | 2 comments
oconnor663 27 minutes ago | parent | next [-]

> We recommend using Nix to easily ensure you are running the right versions of the tools and libraries.

Ooof I remember when everything used to be like this. Cargo has really spoiled me.

mustache_kimono 2 hours ago | parent | prev [-]

Cool. One should perhaps mention some prior art:

    rustc_codegen_clr is an experimental Rust compiler backend(plugin), which allows you to transpile Rust into .NET assemblies, or C source files.[0]
[0]: https://github.com/FractalFir/rustc_codegen_clr