algorithmia 1.2.1

Client for calling algorithms hosted on the Algorithmia marketplace
docs.rs failed to build algorithmia-1.2.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.
Visit the last successful build: algorithmia-3.0.0-beta.3

Algorithmia Rust Client Library

A rust client library for the Algorithmia API.

Documentation

Build Status

Examples

See the examples as well as the Algorithmia CLI repo for examples of using this library.

Build & Test

This project is built and tested with cargo:

cargo build
cargo test
cargo doc --no-deps

Pro-tip: before building docs, clone existing docs to track changes

git clone -b gh-pages git@github.com:algorithmiaio/algorithmia-rust.git target/doc