webp-dev 0.4.0

Rust bindings to libwebp (plus related) and some other miscellaneous stuff.
Documentation
#![allow(unused)]
/// Internal, unaltered symbols from rust bindgen.
pub mod raw;
/// External, WebP FFI.
pub mod sys;
pub mod utils;