algorithmia 1.0.0

Client for calling algorithms hosted on the Algorithmia marketplace
Algorithmia Rust Client Library
-------------------------------

A rust client library for the Algorithmia API.

[Documentation](http://algorithmiaio.github.io/algorithmia-rust/algorithmia/)

[![Build Status](https://travis-ci.org/algorithmiaio/algorithmia-rust.svg)](https://travis-ci.org/algorithmiaio/algorithmia-rust)


## Examples

See the [examples](examples) as well as the [Algorithmia CLI repo](https://github.com/algorithmiaio/algorithmia-cli) for examples of using this library.

## Build & Test

This project is built and tested with cargo:

```bash
cargo build
cargo test
cargo doc --no-deps
```

Pro-tip: before building docs, clone existing docs to track changes
```bash
git clone -b gh-pages git@github.com:algorithmiaio/algorithmia-rust.git target/doc
```