Skip to main content

Module client

Module client 

Source
Expand description

Heddle protocol client.

Connects to Heddle servers for push, pull, and other operations.

Re-exports§

pub use local_daemon::LocalDaemonChannel;
pub use local_daemon::connect_local_daemon_channel;
pub use local_daemon::detect_local_daemon_with_connect_probe;
pub use local_daemon::UdsTarget;
pub use local_daemon::detect_local_daemon;
pub use local_sync::LocalSync;

Modules§

local_daemon
Local-daemon auto-detection.
local_sync
Local repository synchronization.

Structs§

ClientConfig
Client configuration.