2个不稳定版本
0.2.0 | 2021年5月26日 |
---|---|
0.1.0 | 2021年5月19日 |
#28 in #square
每月21次下载
31KB
220 行
Square-rs
一个旨在成为Square API(https://developer.squareup.com/)惯用且易于使用的库的crate。
lib.rs
:
此crate提供了一个对Square API的高级封装。
目前处于alpha阶段,该crate由Cybersaur作为开源项目维护,旨在推广Rust的使用。
使用
此crate可以通过将其添加到项目的Cargo.toml
作为依赖项来使用。
[dependencies]
square-rs = "0.1.0"
示例
有关此库使用方法的示例,请参阅存储库中的examples
目录。这些示例仍在进行中,尽管payments_api
示例提供了一个良好的用例。它可以与以下命令一起运行:cargo run --example payments_api
。
依赖项
~3.5–8MB
~189K SLoC