9 releases (breaking)

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

#1466 in Web programming

Download history 48/week @ 2024-10-02 216/week @ 2024-10-09 61/week @ 2024-10-16 32/week @ 2024-10-23 56/week @ 2024-10-30 40/week @ 2024-11-06 31/week @ 2024-11-13 26/week @ 2024-11-20 45/week @ 2024-11-27 52/week @ 2024-12-04 110/week @ 2024-12-11 276/week @ 2024-12-18 111/week @ 2024-12-25 85/week @ 2025-01-01 97/week @ 2025-01-08 43/week @ 2025-01-15

438 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