| author | |
| committer | |
| log | 169f28d3e6a908717a0e42323ba1a0ee765976da |
| tree | e842bd3eadbd0fe69bc9b742b42553e7361fff42 |
| parent | e1424b84b87903df265cc052f3dac17d1ec1c3be |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/std/tar.zig+3| ... | @@ -1,3 +1,6 @@ | ... | @@ -1,3 +1,6 @@ |
| 1 | const std = @import("std.zig"); | ||
| 2 | const assert = std.debug.assert; | ||
| 3 | |||
| 1 | pub const Options = struct { | 4 | pub const Options = struct { |
| 2 | /// Number of directory levels to skip when extracting files. | 5 | /// Number of directory levels to skip when extracting files. |
| 3 | strip_components: u32 = 0, | 6 | strip_components: u32 = 0, |