| ... | @@ -1,8 +1,8 @@ | ... | @@ -1,8 +1,8 @@ |
| 1 | /// The .ZIP File Format Specification is found here: | 1 | //! The .ZIP File Format Specification is found here: |
| 2 | /// https://pkwaredownloads.blob.core.windows.net/pem/APPNOTE.txt | 2 | //! https://pkwaredownloads.blob.core.windows.net/pem/APPNOTE.txt |
| 3 | /// | 3 | |
| 4 | /// Note that this file uses the abbreviation "cd" for "central directory" | 4 | // Note that this file uses the abbreviation "cd" for "central directory" |
| 5 | /// | 5 | |
| 6 | const builtin = @import("builtin"); | 6 | const builtin = @import("builtin"); |
| 7 | const std = @import("std"); | 7 | const std = @import("std"); |
| 8 | const testing = std.testing; | 8 | const testing = std.testing; |