jstime Core Crate
The main dependency of this crate is rusty_v8 which provides the V8-Rust bindings.
Features
- Temporal API: Built-in support for the TC39 Temporal proposal via temporal_rs
- Console API: Full console implementation
- Microtask support: Via
queueMicrotask
API
use jstime_core as jstime;
Using Temporal API
The Temporal API is available globally in all scripts:
use jstime_core as jstime;