module Comandante::Helper
Overview
Some helper functions
Defined in:
lib/comandante/src/comandante/helper.crcomandante/zstd.cr
Class Method Summary
-
.read_zstd(path)
Reads zstd file into a string
-
.read_zstd(path, &) : Nil
Reads zstd line by line
-
.write_zstd(obj, path, level = 3) : Nil
Reads zstd file into a string
-
.write_zstd(path, level = 3, &) : Nil
Reads zstd file line by line