rune

Module module

Source
Expand description

Types used for defining native modules.

A native module is one that provides rune with functions and types through native Rust-based code.

Structs§

Traits§

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

Type Aliases§

  • Type used to collect and store module metadata through the #[rune::module] macro.