rust_jsc 0.1.0

Low-level bindings to JavaScriptCore
docs.rs failed to build rust_jsc-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rust_jsc-0.3.0

Rust-JSC

Crates.io Docs.rs

Rust-JSC is a Rust library that provides a low-level binding for the JavaScriptCore engine. It allows you to interact with JavaScript code from your Rust applications.

Features

  • Low-level binding to the JavaScriptCore engine
  • Interact with JavaScript code from Rust
  • High performance and memory safety

Installation

Add the following line to your Cargo.toml file:

[dependencies]
rust-jsc = { version = "0.1.0", features = ["patches"] }