J.A.R.V.I.S-rust/crates/jarvis-core/src/ipc.rs

5 lines
160 B
Rust
Raw Normal View History

mod events;
mod server;
pub use events::{IpcAction, IpcEvent};
pub use server::{init, send, set_action_handler, start_server, has_clients, IPC_ADDR, IPC_PORT};