webp-dev

Crates.iowebp-dev
lib.rswebp-dev
version0.4.1
sourcesrc
created_at2019-11-04 02:26:04.318534
updated_at2019-12-19 19:44:12.946532
descriptionRust bindings to libwebp (plus related) and some other miscellaneous stuff.
homepagehttps://github.com/imager-io/webp-dev-rs
repositoryhttps://github.com/imager-io/webp-dev-rs
max_upload_size
id177893
size3,706,589
Colbyn (colbyn)

documentation

README

About

Rust bindings to libwebp, libwebpdemux, and workarounds for static/inline C functions and some other miscellaneous stuff.

Much of the API doc comments from the C header files have been included with their rust FFI counterparts.

Modules raw & sys

Raw, unaltered symbols are under the raw module. Also most of the raw symbols are re-exported under the sys module, with more idiomatic rust naming conventions. E.g. the WebPValidateConfig function is renamed to webp_validate_config.

Commit count: 21

cargo fmt