wrapped_mono 0.3.1

`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 11 feature flags, 2 of them enabled by default.

default

  • referneced_objects

referneced_objects

    This feature flag does not enable additional features.

unsafe_speedup

  • unsafe_boxing
  • unsafe_arrays

dump_macro_results

  • wrapped_mono_macros/dump_macro_results

bindgen

  • dep:bindgen

regen_binds

  • bindgen

build_test_dlls

    This feature flag does not enable additional features.

unsafe_arrays

    This feature flag does not enable additional features.

profiler_api

    This feature flag does not enable additional features.

unsafe_boxing

    This feature flag does not enable additional features.

old_gc_unsafe

    This feature flag does not enable additional features.