//! Common utilities for the Rex SDK.
//!
//! This crate exposes common utility types and functions to Rhai scripts,
//! enabling script authors to work with utilities and other common
//! functionality within the Rex scripting environment.
//!
//! Utility functions perform standalone computations (such as [`DateTime`]
//! operations) that do not require cedar permission validation.
pub use ;
pub use register;