module Compress::LZ4
Defined in:
lz4.crlz4/lib.cr
Constant Summary
-
LZ4_VERSION =
SemanticVersion.parse(String.new(LibLZ4.version_string))
-
LZ4_VERSION_MINIMUM =
SemanticVersion.parse("1.9.2")
-
VERSION =
"1.0.0"