docs.rs failed to build thumbor-0.1.6
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.
Visit the last successful build:
thumbor-0.1.11
Thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images. It features a very smart detection of important points in the image for better cropping and resizing, using state-of-the-art face and feature detection algorithms
This library is a Rust client implementation of the Thumbor image service to generate image urls.
Usage
use Server;
let server = new.unwrap;
let endpoint = server.endpoint_builder
.resize
.smart
.build;
let url = endpoint.to_url;