Earlier quoted context omitted.
Just wait until we get IronRust through a clr rustc backend :)
You don't need to wait https://github.com/FractalFir/rustc_codegen_clr
Iron* were full .NET implementation of those runtimes. It had things like using .Net (C#) types to implement Iron* types (e.g. implement ruby's Hash with C#'s Dictionary).
This is actually why none of these Iron* things took off: they were often slower than official implementations.