Module runestick::module[][src]

Expand description

Crate used for definint native modules.

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

Structs

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

Traits

Trait used to provide the async_function function.

Trait used to provide the async_inst_fn function.

Trait used to provide the function function.

Trait used to provide the inst_fn function.

Trait used to determine what can be used as an instance function name.

Trait to handle the installation of auxilliary functions for a type installed into a module.