Docs.rs
gix-protocol-0.45.3
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gix-protocol 0.45.3
A crate of the gitoxide project for implementing git protocols
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
68
out of
68
items documented
0
out of
36
items with examples
Links
GitoxideLabs/gitoxide
9048
311
102
crates.io
Dependencies
async-trait ^0.1.51
normal
optional
bstr ^1.3.0
normal
document-features ^0.2.0
normal
optional
futures-io ^0.3.16
normal
optional
futures-lite ^2.1.0
normal
optional
gix-credentials ^0.24.5
normal
gix-date ^0.9.0
normal
gix-features ^0.38.2
normal
gix-hash ^0.14.2
normal
gix-transport ^0.42.3
normal
gix-utils ^0.1.12
normal
maybe-async ^0.2.6
normal
serde ^1.0.114
normal
optional
thiserror ^1.0.32
normal
winnow ^0.6.0
normal
async-std ^1.9.0
dev
gix-packetline ^0.17.6
dev
Versions
0.46.0
0.45.3
0.45.2
0.45.1
0.45.0
0.44.2
0.44.1
0.44.0
0.43.1
0.43.0
0.42.0
0.41.1
0.41.0
0.40.0
0.39.0
0.38.0
0.37.0
0.36.1
0.36.0
0.35.0
0.34.0
0.33.2
0.33.1
0.33.0
0.32.0
0.31.0
0.30.2
0.30.1
0.30.0
0.29.0
0.28.0
0.27.0
0.26.4
0.26.3
Owners
An abstraction over [fetching][fetch()] a pack from the server. This implementation hides the transport layer, statefulness and the protocol version to the [fetch delegate][fetch::Delegate], the actual client implementation. ## Feature Flags