Crates.io | xero |
lib.rs | xero |
version | 0.1.0 |
source | src |
created_at | 2017-07-13 17:28:08.585601 |
updated_at | 2017-08-02 14:52:22.704919 |
description | API bindings for the Xero 2.0 Accounting API |
homepage | |
repository | https://github.com/rapiditynetworks/xero-rs |
max_upload_size | |
id | 23266 |
size | 48,277 |
Rust API bindings for the Xero 2.0 Accounting API.
Put this in your Cargo.toml
:
[dependencies]
xero = "0.1.0"
And this in your crate root:
extern crate xero;