27 releases

new 0.6.2 May 6, 2024
0.6.0 Apr 25, 2024
0.5.1 Feb 21, 2024
0.4.0 Dec 8, 2023
0.1.1 Feb 7, 2021

#1327 in Procedural macros

Download history 1791/week @ 2024-01-15 3114/week @ 2024-01-22 1623/week @ 2024-01-29 2772/week @ 2024-02-05 1875/week @ 2024-02-12 1991/week @ 2024-02-19 2017/week @ 2024-02-26 1660/week @ 2024-03-04 1816/week @ 2024-03-11 2724/week @ 2024-03-18 2517/week @ 2024-03-25 2037/week @ 2024-04-01 2123/week @ 2024-04-08 2227/week @ 2024-04-15 1663/week @ 2024-04-22 2899/week @ 2024-04-29

9,000 downloads per month
Used in 20 crates (via rquickjs)

MIT license

675KB
16K SLoC

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)

Dependencies

~8MB
~192K SLoC