hn_api 0.1.0

A simple Hacker News API (v0) client library based on reqwest and serde.
Documentation
[dependencies.reqwest]
version = "0.9"

[dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.serde_json]
version = "1"

[package]
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
categories = ["api-bindings"]
description = " A simple Hacker News API (v0) client library based on reqwest and serde. "
edition = "2018"
include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-*"]
keywords = ["hackernews", "hn", "api", "client", "ycombinator"]
license = "MIT/Apache-2.0"
name = "hn_api"
readme = "README.md"
repository = "https://github.com/dbrgn/hn_api/"
version = "0.1.0"