webp-rust 0.1.0

Pure Rust implementation of a WebP encoder and decoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bin-rs"
version = "0.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23f756521115a60a84bc45722261eaf03aa6a59d886c9c3b41d08ac1c39e3e24"

[[package]]
name = "webp-rust"
version = "0.1.0"
dependencies = [
 "bin-rs",
]