gix_transport::client

Module git

source
Available on crate features blocking-client or async-client only.
Expand description

Modules§

Structs§

  • 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§

  • connectblocking-client
    Connect to a git daemon running on host and optionally port and a repository at path.