quickjs-sys 0.1.0

Low-level Rust bindings for Fabrice Bellards QuickJS Javascript Engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# quickjs-sys

Low-level Rust bindings for the [QuickJS Javascript Engine](https://bellard.org/quickjs/).

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

The documentation of the C API can be found
[here](https://bellard.org/quickjs/quickjs.html).

# License

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