dota2_api 0.2.0

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

[dependencies]
hyper = "0.10.2"
serde = "0.9.0-rc1"
serde_json = "0.9.0-rc1"
serde_derive = "0.9.0-rc1"