docs.rs failed to build thumbor-0.1.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.
Visit the last successful build:
thumbor-0.1.11
Thumbor for rust
Usage
In short :
use Server;
let url = new
.unwrap
.settings_builder
.resize
.smart
.build
.to_url;
use Server;
let server = new.unwrap;
let settings_builder = server.settings_builder
.resize
.smart
.build;
let url = settings_builder.to_url;