rong_quickjs 0.3.0

QuickJS backend for RongJS
Documentation
1
2
3
4
5
6
7
8
9
10
11
# rong_quickjs

QuickJS backend for RongJS.

This crate integrates the vendored `rong_quickjs_sys` bindings with Rong's
engine-agnostic runtime traits and value model.

- Use `rong` if you want the public embedding API.
- Use `rong_quickjs` if you are wiring the QuickJS backend into lower-level
  Rong internals.
- Use `rong_quickjs_sys` only if you need the raw FFI layer.