Crate rquickjs_macro[][src]

Attribute Macros

bind

An attribute to generate bindings easy

embed

An attribute to convert scripts modules into builtins

Derive Macros

FromJs

A macro to derive FromJs for an arbitrary structured types

HasRefs

A macro to derive HasRefs

IntoJs

A macro to derive IntoJs for an arbitrary structured types

IntoJsByRef

A macro to derive IntoJs for an arbitrary structured types when it used by reference