Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Dec 30, 2022
1 parent b9b903e commit c51399f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/zippy/ziparchives_v1.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ import common, crc, internal, std/os, std/streams, std/strutils, std/tables,

export common

## NOTE: This file exists for backward compatibility. I already reworked how
## reading zip archives works, but have not reworked writing them. Keeping this
## original version around ensures people's code doesn't break and atleast there
## exists an option, even if I no longer like how this approach worked out.

type
EntryKind* = enum
ekFile, ekDirectory
Expand Down

0 comments on commit c51399f

Please sign in to comment.