docs.rs failed to build pastebin_rust_api-0.5.14
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:
pastebin_rust_api-0.5.13
Pastebin Rust Api
A Rust wrapper for the Pastebin Api
Installation
Add this to your Cargo.toml pastebin_rust_api = "0.2.11"
under [dependencies]
Getting started
Simple usage of Paster
:
extern crate pastebin_rust_api;
use ;
If you want to see examples for all methods, check the test folder.