rong_worker 0.3.0

Worker module for RongJS
docs.rs failed to build rong_worker-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

rong_worker

Worker APIs for the Rong JavaScript runtime.

This crate provides worker-oriented JavaScript bindings for Rong, including the runtime pieces needed to create and coordinate long-lived worker execution from JavaScript.

Enable the matching engine feature (quickjs or jscore) when depending on this crate directly.