Skip to content(if available)orjump to list(if available)

Eurydice: a Rust to C compiler (yes)

Eurydice: a Rust to C compiler (yes)

2 comments

·December 7, 2025

oconnor663

> 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

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