# webp-dev-rs **Repository Path**: piaoger/webp-dev-rs ## Basic Information - **Project Name**: webp-dev-rs - **Description**: webp-dev-rs - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-22 - **Last Updated**: 2021-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`.