Avoid forcing people to use Rust 1.73
Correct `no_oom` test
Update bindgen dependency
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).