ttr_api

Crates.iottr_api
lib.rsttr_api
version1.3.0
sourcesrc
created_at2022-05-14 04:41:11.421807
updated_at2022-09-09 23:13:57.800901
descriptionEasily get data from Toontown Rewritten APIs with this Rust crate!
homepage
repositoryhttps://github.com/Vhou-Atroph/ttr_api-rs
max_upload_size
id586522
size19,269
(Vhou-Atroph)

documentation

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.

installation

If you want the latest stable version from crates.io, put this in your Cargo.toml:

[dependencies]
ttr_api = "1.3.0"

Alternatively, if you want the latest version from the Github repository, put this in your Cargo.toml:

[dependencies]
ttr_api = { git = "https://github.com/Vhou-Atroph/ttr_api-rs" }

usage

Please read the latest documentation at docs.rs.

Commit count: 46

cargo fmt