# rquickjs
[](https://crates.io/crates/rquickjs)
[](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)