rquickjs 0.0.1

High level bindings to the quickjs javascript engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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)