1//! Core message types and routing for the IPC layer between Wind and 2//! Mountain. Callers spell `IPC::Message::Types::TauriIPCMessage` (no `pub 3//! use` re-exports). 4 5pub mod Types;