Expand description

std::experiments module for the Rune Language.

§Usage

Add the following to your Cargo.toml:

rune-modules = { version = "0.13.2", features = ["experiments"] }

Install it into your context:

let mut context = rune::Context::with_default_modules()?;
context.install(rune_modules::experiments::module(true)?)?;

Functions§

  • Construct the std::experiments module, which contains experiments.