Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 532 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 532 Bytes

xero-rs

xero-rs on Travis CI 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;