Module git_transport::client::git
source · [−]Available on crate features
blocking-client or async-client only.Expand description
Modules
connect
blocking-clientStructs
A TCP connection to either a
git daemon or a spawned git process.Enums
The way to connect to a process speaking the
git protocol.Functions
connect
blocking-clientConnect to a git daemon running on
host and optionally port and a repository at path.