jolt_core
Core types and traits for the Jolt JavaScript runtime.
This crate provides:
JsRuntime— the trait all Jolt backends implementJsValue— values exchanged between Rust and JavaScriptJsEntry— key-value pairs in JS objectsJoltError— error types for evaluation, conversion, and runtime failures
Usage
Most users should depend on a backend crate (jolt_quickjs, jolt_jsc, jolt_web) or the jolt facade. Use jolt_core directly when you need the trait or types without a specific engine.
use ;
License
MIT