tiny.deflate.upstream_revision
Defined in tiny.deflate.
The full commit hash of the libdeflate source that this package takes as its reference.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |