[][src]Crate git_packetline

Re-exports

pub use borrowed::Borrowed as PacketLine;
pub use write::Writer;
pub use decode::all_at_once as decode;

Modules

borrowed
decode
encode
provider
write

Structs

Provider

Read pack lines one after another, without consuming more than needed from the underlying Read. Flush lines cause the reader to stop producing lines forever, leaving Read at the start of whatever comes next.

Enums

Channel