Low-level Rust bindings for the [QuickJS Javascript Engine](https://bellard.org/quickjs/).
```toml
[dependencies]
quickjs-sys = "0.1"
```
The documentation of the C API can be found
[here](https://bellard.org/quickjs/quickjs.html).
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)