png-rusty 0.1.0

A library to parse, encode, decode, manipulate PNG chunks
Documentation
1
2
pub type Error = Box<dyn std::error::Error>;
pub type Result<T> = std::result::Result<T, Error>;