algorithmia 1.4.0

Client for calling algorithms hosted on the Algorithmia marketplace
Documentation

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