Module rune_modules::fmt[][src]

std::fmt module for the Rune Language.

Usage

Add the following to your Cargo.toml:

rune-modules = {version = "0.9.0", features = ["fmt"]}

Install it into your context:

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

Functions

module

Construct the supplemental std::io module.