Expand description
The implementation of creating an archive from a git tree, similar to git archive
, but using an internal format.
This crate can effectively be used to manipulate worktrees as streams of bytes, which can be decoded using the Stream
type.
Modules§
Structs§
- Additional
Entry - An entry that is added to the stream by the user, verbatim, without additional worktree conversions.
- Entry
- An entry in a stream. Note that they must be consumed fully, by reading from them till exhaustion.
- Stream
- A stream of entries that originate from a git tree and optionally from additional entries.