luau 0.732.0

Safe lifetime-bound Rust embedding API for the Luau runtime
1
2
3
4
5
6
7
8
9
10
mod debug;
mod interrupt;
mod manager;

pub use debug::{DebugAction, DebugContext, DebugHandler, DebugHooks, ProtectedErrorContext};
pub use interrupt::{
    ExecutionInterruptContext, GcInterruptContext, GcInterruptStage, GcPhase, InterruptAction,
    InterruptHandle, InterruptHandler, InterruptHooks, InterruptMode, PatternInterruptContext,
};
pub(crate) use manager::CallbackManager;