gix-protocol 0.48.0

A crate of the gitoxide project for implementing git protocols
Documentation

An abstraction over [fetching][fetch()] a pack from the server.

Generally, there is the following order of operations.

  • create a Transport
  • perform a [handshake()]
  • execute a [Command]

Feature Flags