//! pngmeta: Read and write PNG tEXt metadata chunks.
//!
//! Low-level library for PNG tEXt chunk I/O without image decoding.
//! Operates directly on the binary PNG structure using only std.
pub use ;
pub use write_text_chunk;
/// PNG file signature (8 bytes).
const PNG_SIGNATURE: = ;