ctx 0.2.0

Context defines a type, which carries deadlines, cancelation, and other request-scoped values across API boundaries and between processes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
futures = "0.1"
tokio-timer = "0.1"

[package]
authors = ["Markus Ast <m@rkusa.st>"]
description = """
Context defines a type, which carries deadlines, cancelation, and other request-scoped values across API boundaries and between processes.
"""
documentation = "https://docs.rs/ctx"
homepage = "https://github.com/rkusa/ctx"
license = "MIT"
name = "ctx"
repository = "https://github.com/rkusa/ctx"
version = "0.2.0"