A rust client library for the Algorithmia API.
See the examples as well as the Algorithmia CLI repo for examples of using this library.
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