gamut-webp 0.1.0

WebP image encoder and decoder.
Documentation
1
2
3
4
//! WebP image encoder and decoder — a VP8/VP8L bitstream wrapped in a RIFF container.
//!
//! Placeholder — implementation pending.
#![forbid(unsafe_code)]