tokio-service 0.1.0

The core `Service` trait for Tokio.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
futures = "0.1"

[package]
authors = ["Carl Lerche <me@carllerche.com>"]
description = """
The core `Service` trait for Tokio.
"""
documentation = "https://tokio-rs.github.io/tokio-service"
homepage = "https://github.com/tokio-rs/tokio-service"
license = "MIT/Apache-2.0"
name = "tokio-service"
readme = "README.md"
repository = "https://github.com/tokio-rs/tokio-service"
version = "0.1.0"