Re-exports§
pub use client::connect_or_start;pub use client::daemonize_command;pub use client::launch_detached;pub use client::ClientError;pub use client::DaemonClient;pub use client::SpawnCommandRequest;pub use client::SpawnedDaemon;pub use pipe_session::PipeSpawnRequest;pub use pipe_session::PipeStreamAttachment;pub use pipe_session::SpawnedPipeSession;pub use pty_session::AttachError;pub use pty_session::PtyAttachment;pub use pty_session::PtySpawnRequest;pub use pty_session::SpawnedPtySession;
Modules§
- client
- Synchronous IPC client for the running-process daemon.
- paths
- Shared path computation for daemon socket, PID file, database, and shadow directory.
- pipe_
session - Client-side helpers for daemon-owned pipe-backed sessions (issue #130 milestone 3).
- pty_
session - Client-side helpers for daemon-owned detachable PTY sessions (issue #130 milestone 2).