rquickjs-macro 0.1.1

Procedural macros for rquickjs
Documentation

rquickjs-sys

github crates docs status

This crate is a procedural macros for the high level Rust bindings for the QuickJS javascript engine.

NOTE: Do not use this crate directly in favor of rquickjs crate.

Supported macros

  • FromJs (derive)
  • IntoJs (defive)
  • HasRefs (derive)
  • bind (attribute)
  • embed (attribute)