zig/lib/std/tar
Igor Anić 72bcc3b7a5
std.tar: add writer (#19603)
Simplifies code in docs creation where we used `std.tar.output.Header`.
Writer uses that Header internally and provides higher level interface.
Updates checksum on write, handles long file names, allows setting mtime and file permission mode. Provides handy interface for passing `Dir.WalkerEntry`.
2024-08-15 22:05:53 -07:00
..
testdata std.tar: fix finding tar root_dir (#19829) 2024-05-01 12:03:05 -07:00
test.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
writer.zig std.tar: add writer (#19603) 2024-08-15 22:05:53 -07:00