git-transport 0.11.0

A WIP crate of the gitoxide project dedicated to implementing the git transport layer
Documentation

git-transport

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

async-client

  • git-packetline/async-io
  • async-trait
  • futures-lite
  • futures-io
  • pin-project-lite

http-client-curl

  • curl
  • base64
  • git-features/io-pipe
  • blocking-client

blocking-client

  • git-packetline/blocking-io

serde1

  • serde

serde

    This feature flag does not enable additional features.

pin-project-lite

    This feature flag does not enable additional features.

futures-io

    This feature flag does not enable additional features.

curl

    This feature flag does not enable additional features.

futures-lite

    This feature flag does not enable additional features.

base64

    This feature flag does not enable additional features.

async-trait

    This feature flag does not enable additional features.