Module prelude

Source
Expand description

A prelude module for easy importing of the most common Hyperclock types.

Re-exportsยง

pub use crate::common::ListenerId;
pub use crate::common::PhaseId;
pub use crate::common::TaskId;
pub use crate::config::ClockResolution;
pub use crate::config::HyperclockConfig;
pub use crate::engine::HyperclockEngine;
pub use crate::events::AutomationEvent;
pub use crate::events::ConditionalEvent;
pub use crate::events::GongEvent;
pub use crate::events::PhaseEvent;
pub use crate::events::SystemEvent;
pub use crate::events::TaskEvent;
pub use crate::events::UserEvent;
pub use crate::time::TickEvent;