Crate rquickjs_macro

source ·

Macros

  • A macro for embedding JavaScript code into a binary.

Attribute Macros

  • An attribute for implementing JsClass for a Rust type.
  • A attribute for implementing IntoJsFunc for a certain function.
  • A attribute for implementing methods for a class.
  • An attribute which generates code for exporting a module to Rust.

Derive Macros

  • A macro for auto deriving the trace trait.