rquickjs 0.0.4

High level bindings to the quickjs javascript engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# rquickjs

[![Latest Version](https://img.shields.io/crates/v/rquickjs.svg)](https://crates.io/crates/rquickjs)
[![Documentation](https://docs.rs/rquickjs/badge.svg)](https://docs.rs/rquickjs)

This library is a high level wrapper around the C quickjs javascript engine.
Its goal is to be an easy to use, and safe wrapper similar to the rlua library.

## Unstable

This library is currently in it's infancy, many features are not yet implemented and some
parts might not function correctly.
Use at own risk.

## License

This library is licensed under the [MIT License](LICENSE)