konstruct 0.1.0

Combinator library for building hyper based HTTP services
Documentation
[package]
name = "konstruct"
version = "0.1.0"
authors = ["Dmitry Galinsky <dima.exe@gmail.com>"]
repository = "https://github.com/dmexe/konstruct"
description = "Combinator library for building hyper based HTTP services"
license = "MIT"

[lib]

[dependencies]
http = "0.1"
frunk_core = "0.2"
url = "1.7"
futures = "0.1"
hyper = "0.12"
serde = "1.0"
serde_json = "1.0"

[dev-dependencies]
serde_derive = "1.0"

[features]
default = []
strict = []