FractalFir/rustc_codegen_clr
A Rust compiler backend targeting CIL(.NET IR) and C. observed · 2026-08-28
Health v2 · maintenance only
49/100
- Activity 47
- Release rhythm 35
- Longevity 80
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1120
- days_rel: n/a
- days_push: 323
- n_releases_24m: 0
Adoption not part of the score
2051 stars · 54 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An experimental Rust compiler backend plugin that transpiles Rust code into .NET CIL assemblies or C source files. It includes a Rust/.NET interop layer for calling .NET APIs from Rust and exposing Rust code to .NET languages like C# and F#.
Use cases
- compile Rust code to run on .NET runtime
- use Rust libraries from C# or F# projects
- transpile Rust to C source code
- call .NET APIs like StringBuilder from Rust
- run Rust on platforms without native Rust toolchains
- define .NET classes implemented in Rust
When to choose
- you want to integrate Rust code into an existing .NET codebase
- you need to compile Rust to C for a platform without LLVM support
- you want to experiment with alternative Rust compiler backends
When to avoid
- you need production-grade reliability - the project warns against serious use
- you rely on procedural macros, which are not yet supported
- you need fully functional Rust std - it is only ~95% working on .NET and ~80% on C
Facets
library · maturity experimental
compiler interpreter developer-tools compilers programming-languages cross-platform developer-tools cross-platform dotnet cli rust-compiler-backend cil dotnet-interop transpiler rust-to-c interop
1 source
- readme: https://github.com/FractalFir/rustc_codegen_clr · fetched 2026-08-28 · 3310d81bdbbc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| FractalFir/rustc_codegen_clr | main | 49 |
For agents
markdown · JSON · MCP: product_card(name="FractalFir/rustc_codegen_clr")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem