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