tiny.png.signature
Defined in tiny.png.
Source
Source: lib/png/src/encode/encoder.zig:14
zig
pub const signature = [_]u8{ 0x89, 'P', 'N', 'G', 0x0d, 0x0a, 0x1a, 0x0a };Source: lib/png/src/root.zig:35
zig
pub const signature = encode.signature;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |