[][src]Module runestick::module

Crate used for definint native modules.

A native module is one that provides runestick functions and types through native code.

Structs

Module

A collection of functions that can be looked up by type.

TypeBuilder

The builder for a type.

Traits

AsyncFunction

Trait used to provide the async_function function.

AsyncInstFn

Trait used to provide the async_inst_fn function.

Function

Trait used to provide the function function.

InstFn

Trait used to provide the inst_fn function.