dota2_api 0.2.3

Rust client for the official Dota 2 web API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
hyper = "0.10"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"

[package]
authors = ["Sam Bercx"]
description = "Rust client for the official Dota 2 web API"
documentation = "https://docs.rs/dota2_api/"
keywords = ["dota2", "api"]
license = "MIT"
name = "dota2_api"
readme = "README.md"
repository = "https://github.com/sbxx/dota2_api"
version = "0.2.3"