quickjs-sys

Low-level Rust bindings for the QuickJS Javascript Engine.

```toml

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)