Struct wren_rust::Configuration [] [src]

pub struct Configuration(_);

Wrapper around a WrenConfiguration.

Refer to wren.h for info on each field.

Methods

impl Configuration
[src]

Create a new Configuration using wrenInitConfiguration.

This also sets the printing and module loading functions to mimic those used in the CLI interpreter.