webp-dev 0.4.0

Rust bindings to libwebp (plus related) and some other miscellaneous stuff.
Documentation
#![allow(unused)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]

pub mod webp {
    include!(concat!(env!("OUT_DIR"), "/bindings_webp.rs"));
}