quickjs-sys 0.1.0

Low-level Rust bindings for Fabrice Bellards QuickJS Javascript Engine
Documentation
  • Coverage
  • 0%
    0 out of 1053 items documented0 out of 58 items with examples
  • Size
  • Source code size: 3.2 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 22.7 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 26s Average build duration of successful builds.
  • all releases: 26s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • flanfly/quickjs-sys
    11 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • flanfly

quickjs-sys

Low-level Rust bindings for the QuickJS Javascript Engine.

# Cargo.toml
[dependencies]
quickjs-sys = "0.1"

The documentation of the C API can be found here.

License

The QuickJS library by Fabrice Bellard and Charlie Gordon as well as this bindings are licensed under the MIT license, (LICENSE or https://opensource.org/licenses/MIT)