1//! Small wrappers for selected Unity APIs. 2//! 3//! These modules provide convenience accessors for common static Unity classes 4//! without changing the underlying runtime model used elsewhere in the crate. 5 6pub mod application; 7pub mod time;