Dota 2 webapi bindings for rust
You can find the official documentation here
In Cargo.toml
toml
[dependencies]
dota2_webapi_bindings = "*"
The webapi terms are same as official except they are all in lowercase, Eg : GetGameItems
is now get_game_items()
.
See documentation for more.
Licensed under