Skip to main content

Mountain/IPC/Message/
mod.rs

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