]> git.lizzy.rs Git - rust.git/commit
Remove the source archive functionality of ArchiveWriter
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>
Tue, 14 Jun 2022 15:16:51 +0000 (15:16 +0000)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Sun, 19 Jun 2022 12:56:31 +0000 (12:56 +0000)
commit73b3ae0b8a5f84a231ec8fa850711ab5d6c027a3
tree3187215454263ab8cf87b89f1068f740e45adbf9
parentabb9b60f0965fe1cdc412369219d100022f39273
Remove the source archive functionality of ArchiveWriter

We now build archives through strictly additive means rather than taking
an existing archive and potentially substracting parts.
src/archive.rs