5 lines
241 B
Rust
5 lines
241 B
Rust
/// Public library surface for IPC clients (Tauri, Electrobun, integration tests).
|
|
///
|
|
/// Only protocol types are exposed — the daemon internals (session manager,
|
|
/// auth, socket server) are not part of the public API.
|
|
pub mod protocol;
|