xero-rs ======= [![xero-rs on crates.io](https://img.shields.io/crates/v/xero.svg)](https://crates.io/crates/xero) [![xero-rs on docs.rs](https://docs.rs/xero/badge.svg)](https://docs.rs/xero) Rust API bindings for the Xero 2.0 Accounting API. ## Usage Put this in your `Cargo.toml`: ```toml [dependencies] xero = "0.1.0" ``` And this in your crate root: ```rust extern crate xero; ```