docs.rs failed to build vips-rs-0.1.0-alpha.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
vips-rs
A binding to libvips.
Notes
- The API is unstable.
- Only a portion of
libvipsis implemented. If you cannot find an interface you need, you can usevips-sysdirectly.
Example
extern crate vips_rs;
use *;
Design To-do
- How to prevent users from calling
vips_shutdownaftervips_init? - Should
VipsImageenforce ownership? - Easy interface for varargs.
- Add _buf methods to &[u8] as trait?