javascriptcore-sys 0.0.5

Raw bindings to the JavaScriptCore framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["Bruce Mitchener <bruce.mitchener@gmail.com>"]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Raw bindings to the JavaScriptCore framework."
documentation = "https://docs.rs/crate/javascriptcore-sys/latest"
edition = "2021"
homepage = "https://github.com/endoli/javascriptcore.rs"
keywords = ["javascript", "jsc", "scripting"]
license = "MIT/Apache-2.0"
name = "javascriptcore-sys"
readme = "README.md"
repository = "https://github.com/endoli/javascriptcore.rs"
version = "0.0.5"
[target."cfg(target_os = \"linux\")".build-dependencies.pkg-config]
version = "0.3.9"