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

#1392 in Procedural macros

Download history 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 3067/week @ 2024-05-18 2954/week @ 2024-05-25 2953/week @ 2024-06-01 2874/week @ 2024-06-08 2694/week @ 2024-06-15 2716/week @ 2024-06-22 2893/week @ 2024-06-29 3096/week @ 2024-07-06 2632/week @ 2024-07-13

11,803 downloads per month
Used in 25 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
~191K SLoC