# rquickjs-sys
[](https://github.com/DelSkayn/rquickjs)
[](https://crates.io/crates/rquickjs-macro)
[](https://docs.rs/rquickjs-macro)
[](https://github.com/DelSkayn/rquickjs/actions?query=workflow%3ARust)
This crate is a procedural macros for the high level Rust bindings for the [QuickJS](https://bellard.org/quickjs/) JavaScript engine.
__NOTE:__ Do not use this crate directly in favor of [rquickjs](https://crates.io/crates/rquickjs) crate.
## Supported macros
- `FromJs` (derive)
- `IntoJs` (defive)
- `HasRefs` (derive)
- `bind` (attribute)
- `embed` (attribute)