src/cpython/gzip

    Dark Mode
Search:
Group by:

Procs

proc compress(data: string; compresslevel = 9): string {.
    ...raises: [Exception, ValueError, OSError, IOError, EOFError, KeyError],
    tags: [RootEffect].}
proc decompress(data: string): string {....raises: [Exception, ValueError, OSError,
    IOError, EOFError, KeyError], tags: [RootEffect].}