Registry / serialization / png-pong

png-pong

JSON →
library0.10.0rscratesunverified

A pure Rust PNG/APNG encoder & decoder.

# Cargo.toml [dependencies] png_pong = "0.10.0"
INSTALL
IMPORT
SIG · PNG-PONG
P
png-pong
serializationrustv0.10.0
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.

Decoder
use png_pong::Decoder;

Create a PNG decoder from byte data.

use png_pong::Decoder; let decoder = Decoder::new(std::io::Cursor::new(&[])).unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
png-pong — cargo add png-pong · libregistry