| Crates.io | libwebp-sys2 |
| lib.rs | libwebp-sys2 |
| version | 0.2.0 |
| created_at | 2020-03-01 04:08:33.490574+00 |
| updated_at | 2025-02-22 06:57:12.924022+00 |
| description | A handwritten raw interface to libwebp |
| homepage | https://github.com/qnighy/libwebp-sys2-rs |
| repository | https://github.com/qnighy/libwebp-sys2-rs |
| max_upload_size | |
| id | 214088 |
| size | 8,129,374 |
This is a raw interface to the libwebp library.
Rust 1.85.0
std (default) ... enables std-dependent functions.
This feature merely exists for future extension.
Currently, you always need to set this feature.demux ... enables libwebpdemux functions.mux ... enables libwebpmux functions.0_5 (default) ... enables functions introduced in libwebp 0.5.0.0_6 (default) ... enables functions introduced in libwebp 0.6.0.1_1 (default) ... enables functions introduced in libwebp 1.1.0.1_2 (default) ... enables functions introduced in libwebp 1.2.0.1_4 ... enables functions introduced in libwebp 1.4.0.1_5 ... enables functions introduced in libwebp 1.5.0.static ... statically link against the bundled libwebp.extern-types ... enables #![feature(extern_types)].If libwebp is found in the system, it links against the library. Otherwise it builds and links against the bundled libwebp.
In these cases, static link is preferred:
static feature is turned on.LIBWEBP_SYS_STATIC environment variable is set to 1 when building.