rong_core 0.3.1

Core runtime types for RongJS
Documentation
1
2
3
4
5
6
7
8
9
# rong_core

Core runtime types and traits for RongJS.

This crate contains the engine-agnostic building blocks used by the published
Rong crates: values, objects, functions, classes, errors, async integration,
and runtime services.

Most users should depend on `rong` instead of using `rong_core` directly.