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 currently very little information to present on this page because Docs.rs has only limited support for extracting structured feature metadata from Cargo crates. This issue is tracked in Rust RFC #3416. Check this library's main docs, readme, and Cargo.toml in case its authors have documentation for features available there instead.

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