27 releases

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

#1344 in Procedural macros

Download history 2535/week @ 2024-02-03 1873/week @ 2024-02-10 2213/week @ 2024-02-17 1998/week @ 2024-02-24 1560/week @ 2024-03-02 1802/week @ 2024-03-09 2501/week @ 2024-03-16 2819/week @ 2024-03-23 1944/week @ 2024-03-30 2133/week @ 2024-04-06 2333/week @ 2024-04-13 1588/week @ 2024-04-20 2758/week @ 2024-04-27 4247/week @ 2024-05-04 3424/week @ 2024-05-11 2517/week @ 2024-05-18

13,185 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