Module rhai::plugin

source ·
Expand description

Module defining macros for developing plugins.

Re-exports

Modules

  • Basic functions for dealing with memory.

Macros

Structs

  • A TypeId represents a globally unique identifier for a type.

Enums

  • (internals) A type encapsulating a function callable by Rhai. Exported under the internals feature only.

Traits

Type Definitions

Attribute Macros

  • Attribute, when put on a Rust function, turns it into a plugin function.
  • Attribute, when put on a Rust module, turns it into a plugin module.