Module rquickjs_core::module

source ·
Expand description

Types for loading and handling JS modules.

Macros§

  • Helper macro to provide module init function. Use for exporting module definitions to be loaded as part of a dynamic library.

Structs§

  • A struct used for setting declarations on a module.
  • A marker struct used to indicate that a module is possibly not yet evaluated.
  • A marker struct used to indicate that a module was evaluated.
  • A struct used for setting the value of previously declared exporsts of a module.
  • A JavaScript module.

Traits§

  • A class which can be used to declare rust-native JavaScript modules.

Type Aliases§