gix-transport 0.37.0

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

gix-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 17 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

async-client

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

http-client

  • base64
  • gix-features/io-pipe
  • blocking-client
  • gix-credentials

http-client-reqwest

  • reqwest
  • http-client

http-client-curl

  • curl
  • http-client

futures-lite

  • dep:futures-lite

serde

  • dep:serde

reqwest

  • dep:reqwest

gix-credentials

  • dep:gix-credentials

base64

  • dep:base64

curl

  • dep:curl

async-trait

  • dep:async-trait

document-features

  • dep:document-features

blocking-client

  • gix-packetline/blocking-io

pin-project-lite

  • dep:pin-project-lite

async-std

  • dep:async-std

futures-io

  • dep:futures-io