xero

Crates.ioxero
lib.rsxero
version0.1.0
sourcesrc
created_at2017-07-13 17:28:08.585601
updated_at2017-08-02 14:52:22.704919
descriptionAPI bindings for the Xero 2.0 Accounting API
homepage
repositoryhttps://github.com/rapiditynetworks/xero-rs
max_upload_size
id23266
size48,277
Kevin Stenerson (kestred)

documentation

https://docs.rs/xero-rs

README

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;
Commit count: 44

cargo fmt