Docs.rs
gix-packetline-0.18.0
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-packetline 0.18.0
A crate of the gitoxide project implementing the pkt-line serialization format
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
48
out of
48
items documented
0
out of
29
items with examples
Links
GitoxideLabs/gitoxide
9052
311
102
crates.io
Dependencies
bstr ^1.3.0
normal
document-features ^0.2.0
normal
optional
faster-hex ^0.9.0
normal
futures-io ^0.3.16
normal
optional
futures-lite ^2.1.0
normal
optional
gix-trace ^0.1.11
normal
pin-project-lite ^0.2.6
normal
optional
serde ^1.0.114
normal
optional
thiserror ^1.0.34
normal
async-std ^1.9.0
dev
maybe-async ^0.2.6
dev
Versions
0.18.0
0.17.6
0.17.5
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.7
0.16.6
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.1
0.15.0
0.14.3
0.14.2
Owners
Read and write the git packet line wire format without copying it. For reading the packet line format use the [`StreamingPeekableIter`], and for writing the [`Writer`]. ## Feature Flags