Crates.io | plumers |
lib.rs | plumers |
version | 1.0.2 |
source | src |
created_at | 2024-06-19 17:49:48.795985 |
updated_at | 2024-06-20 07:48:21.551432 |
description | Multi-format image library with first-class support for paletted images |
homepage | |
repository | http://git.sr.ht/~issotm/plumers |
max_upload_size | |
id | 1277231 |
size | 133,504 |
Rust wrapper (plumers
) and bindings (libplum-sys
) for libplum, an image (de)coding library.
Please report any issues on the ticket tracker, and contribute code to the repo!
image
?The good:
The bad:
To avoid the crate's build requiring Git, Make, and Bash (something something Windows), the entirety of libplum's “distributable” (libplum.c
and libplum.h
) is included under libplum-sys/src
.
To update it, run cargo xtask update_libplum
; the version to which it is updated is what's specified the crate's version (the build metadata, to be precise).