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

5 lines
147 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, IPC_ADDR, IPC_PORT};