xero 0.1.0

API bindings for the Xero 2.0 Accounting API
xero-0.1.0 doesn't have any documentation.

xero-rs

xero-rs on crates.io xero-rs on docs.rs

Rust API bindings for the Xero 2.0 Accounting API.

Usage

Put this in your Cargo.toml:

[dependencies]
xero = "0.1.0"

And this in your crate root:

extern crate xero;