5个稳定版本
1.3.0 | 2022年9月9日 |
---|---|
1.2.1 | 2022年8月3日 |
1.2.0 | 2022年5月15日 |
1.1.0 | 2022年5月14日 |
1.0.0 | 2022年5月14日 |
#8 in #rewritten
18KB
290 行
ttr_api-rs
一个旨在通过Rust更容易访问Toontown Rewritten API的库。有关Toontown Rewritten API的信息,请查看他们的文档 在此存储库中。
安装
如果您想从crates.io获取最新稳定版本,请在您的Cargo.toml中添加以下内容
[dependencies]
ttr_api = "1.3.0"
或者,如果您想从Github仓库获取最新版本,请在您的Cargo.toml中添加以下内容
[dependencies]
ttr_api = { git = "https://github.com/Vhou-Atroph/ttr_api-rs" }
使用
lib.rs
:
一个专门用于联系Toontown Rewritten API的库。请参阅此crate的示例使用 https://github.com/Vhou-Atroph/ttr_pop_webserver。
依赖项
~6–18MB
~270K SLoC