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