Skip to content

Vhou-Atroph/ttr_api-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.