Module rune_modules::test[][src]

Expand description

std::experiments module for the Rune Language.

Usage

Add the following to your Cargo.toml:

rune-modules = {version = "0.9.1", features = ["test"]}

Install it into your context:

let mut context = runestick::Context::with_default_modules()?;
context.install(&rune_modules::test::module(true)?)?;

Functions

Construct the std::test module.