This commit is contained in:
Ryan Oldenburg 2020-11-08 14:27:21 -06:00
parent 31ca49eb7b
commit 4b2fab55fb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The goal of this library is to be a pure Nim implementation that is small, perfo
To ensure Zippy is compatible with other implementations, `tests/validate.nim` can be run. This script verifies that data compressed by Zippy can be uncompressed by other implementations (and that other implementations can uncompress data compressed by Zippy).
Zippy works well using Nim's relatively new --gc:arc and --gc:orc as well as the default garbage collector. This library also works using both nim c and nim cpp, in addition to --cc:vcc on Windows.
This library also works using both nim c and nim cpp, in addition to --cc:vcc on Windows.
I have also verified that Zippy builds with `--experimental:strictFuncs` on Nim 1.4.0.