libwebp 0.1.1

A binding to libwebp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Unreleased

## 0.1.1

- Refactorings:
  - Split out `encode.rs` and `decode.rs`
  - Move `wrap_bytes` to `boxed.rs`
  - Abbreviate `libwebp_sys` as `sys`
- Fix WebPDecoderBGR which mistakenly delegated to RGB
- Implement `WebPDecode*Into`, including `WebPDecodeYUVInto`

## 0.1.0

Initial release.