1 unstable release
Uses old Rust 2015
0.1.0 | Jul 13, 2017 |
---|
#41 in #accounting
33KB
879 lines
xero-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;
Dependencies
~12MB
~260K SLoC