Crate gix_archive
source ·Expand description
The implementation of creating an archive from a git tree, similar to git archive
.
Structs
- Options for configuring
write_to()
.
Enums
- The error returned by
write_to()
. - The supported container formats for use in
write_to()
.
Functions
- Use
find
to traversetree
and fetch the contained blobs to write toout
configured according toopts
.