Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vhou-atroph/ttr_api-rs
A library meant to make it easier to access Toontown Rewritten's APIs through Rust
https://github.com/vhou-atroph/ttr_api-rs
api rust rust-lang toontown toontown-rewritten ttr
Last synced: 28 days ago
JSON representation
A library meant to make it easier to access Toontown Rewritten's APIs through Rust
- Host: GitHub
- URL: https://github.com/vhou-atroph/ttr_api-rs
- Owner: Vhou-Atroph
- License: mit
- Created: 2022-05-13T05:07:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T21:10:14.000Z (10 months ago)
- Last Synced: 2024-11-20T08:09:18.979Z (about 1 month ago)
- Topics: api, rust, rust-lang, toontown, toontown-rewritten, ttr
- Language: Rust
- Homepage: https://crates.io/crates/ttr_api
- Size: 71.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ttr_api-rs
A library meant to make it easier to access Toontown Rewritten's APIs through Rust. For information about Toontown Rewritten's APIs, check out their documentations [at this repository](https://github.com/ToontownRewritten/api-doc).
## installation
If you want the latest stable version from crates.io, put this in your Cargo.toml:
```toml
[dependencies]
ttr_api = "1.3.0"
```Alternatively, if you want the latest version from the Github repository, put this in your Cargo.toml:
```toml
[dependencies]
ttr_api = { git = "https://github.com/Vhou-Atroph/ttr_api-rs" }
```## usage
[Please read the latest documentation at docs.rs](https://docs.rs/ttr_api/latest/ttr_api/).