wrapped_mono 0.2.0

`wrapped_mono` is a safe, lightweight wrapper around the mono library. It allows embedding of the mono runtime inside a rust project. Inside this embedded runtime code written in languages supporting the .NET framework, such as C# and F#, can be run. This allows usage of libraries written in those languages, and using them as a scripting language. The mono runtime is used by many game engines, and this wrapper allows using it with projects written in Rust too.
Documentation

wrapped_mono

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 8 feature flags, 1 of them enabled by default.

default

referneced_objects (default)

This feature flag does not enable additional features.

bindgen

This feature flag does not enable additional features.

build_test_dlls

This feature flag does not enable additional features.

dump_macro_results

regen_binds

unsafe_arrays

This feature flag does not enable additional features.

unsafe_boxing

This feature flag does not enable additional features.

unsafe_speedup