9 releases (breaking)

new 0.8.0 Dec 24, 2024
0.7.1 Dec 19, 2024
0.6.1 Oct 11, 2024
0.6.0 Sep 22, 2024
0.2.0 Jan 13, 2024

#1390 in Web programming

Download history 21/week @ 2024-09-07 290/week @ 2024-09-14 251/week @ 2024-09-21 53/week @ 2024-09-28 166/week @ 2024-10-05 118/week @ 2024-10-12 26/week @ 2024-10-19 58/week @ 2024-10-26 56/week @ 2024-11-02 24/week @ 2024-11-09 33/week @ 2024-11-16 17/week @ 2024-11-23 61/week @ 2024-11-30 39/week @ 2024-12-07 227/week @ 2024-12-14 211/week @ 2024-12-21

540 downloads per month
Used in 2 crates (via quickjs_runtime)

MIT license

6MB
181K SLoC

C 156K SLoC // 0.0% comments JavaScript 14K SLoC // 0.0% comments Rust 10K SLoC // 0.0% comments Bitbake 1K SLoC // 0.1% comments Shell 145 SLoC // 0.1% comments C++ 1 SLoC

hirofa-quickjs-sys

Low level rust bindings for quickjs, used by quickjs_runtime.

uses either

getting started

Cargo.toml

  • bellard version
libquickjs-sys = {package="hirofa-quickjs-sys", version="0.8.0"}

or quickjs-ng

libquickjs-sys = {package="hirofa-quickjs-sys", version="0.8.0", default-features=false, features=["quickjs-ng"]}

lib.rs:

FFI Bindings for quickjs, a Javascript engine. See the quickjs crate for a high-level wrapper.

No runtime deps