Registry / other / zune-png

zune-png

JSON →
library0.5.2rscratesunverified

A fast, correct and safe PNG decoder.

# Cargo.toml [dependencies] zune-png = "0.5.2"
INSTALL
IMPORT
SIG · ZUNE-PNG
Z
zune-png
otherrustv0.5.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PngDecoder
use zune_png::PngDecoder;

Decodes a PNG image from bytes.

use zune_png::PngDecoder; let decoder = PngDecoder::new(&data); let image = decoder.decode().unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources
zune-png — cargo add zune-png · libregistry