Skip to documentation
SLOP

tiny.deflate.upstream_revision

Reference tiny.deflate upstream_revision

Defined in tiny.deflate.

The full commit hash of the libdeflate source that this package takes as its reference.

No direct callersNo direct callstiny.deflateupstream revision
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/deflate/src/root.zig:47

zig
/// The full commit hash of the libdeflate source that this package takes as its reference./// libdeflate is the C library by Eric Biggers at https://github.com/ebiggers/libdeflate for fast/// DEFLATE compression and decompression of whole buffers. The two conformance tests reproduce/// cases from this commit, and their names cite its short form b122c8b. No code reads the value, so/// changing it changes no behavior.pub const upstream_revision = "b122c8be1d78b19f6d0a6efc5bb79bfcbb30dd51";

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433