针对 Xero 2.0 会计 API 的 API 绑定
作者:Kevin Stenerson
使用旧的 Rust 2015
#41 in #会计
33KB 879 行
Rust API 绑定,用于 Xero 2.0 会计 API。
将此内容放入您的 Cargo.toml
Cargo.toml
[dependencies] xero = "0.1.0"
并在您的 crate 根目录下添加此内容
extern crate xero;
~12MB ~261K SLoC