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
rongif you want the public embedding API. - Use
rong_quickjsif you are wiring the QuickJS backend into lower-level Rong internals. - Use
rong_quickjs_sysonly if you need the raw FFI layer.