ctx 0.2.0

Context defines a type, which carries deadlines, cancelation, and other request-scoped values across API boundaries and between processes.
Documentation
Build #46263 2017-04-09 18:50:19

# rustc version rustc 1.17.0-nightly (134c4a0f0 2017-03-20)

# docs.rs version cratesfyi 0.3.2 (56e5d46 2017-03-20)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading ctx v0.2.0 Compiling futures v0.1.13 Compiling slab v0.3.0 Running `rustc --crate-name slab .cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.3.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=1381e1711ce95cec -C extra-filename=-1381e1711ce95cec --out-dir /home/cratesfyi/ctx-0.2.0/debug/deps -L dependency=/home/cratesfyi/ctx-0.2.0/debug/deps --cap-lints allow` Running `rustc --crate-name futures .cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.13/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_std"' --cfg 'feature="with-deprecated"' --cfg 'feature="default"' -C metadata=8985671f9fa6f7b8 -C extra-filename=-8985671f9fa6f7b8 --out-dir /home/cratesfyi/ctx-0.2.0/debug/deps -L dependency=/home/cratesfyi/ctx-0.2.0/debug/deps --cap-lints allow` Compiling tokio-timer v0.1.1 Running `rustc --crate-name tokio_timer .cargo/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.1.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=0d2aa9788e22e2a3 -C extra-filename=-0d2aa9788e22e2a3 --out-dir /home/cratesfyi/ctx-0.2.0/debug/deps -L dependency=/home/cratesfyi/ctx-0.2.0/debug/deps --extern slab=/home/cratesfyi/ctx-0.2.0/debug/deps/libslab-1381e1711ce95cec.rlib --extern futures=/home/cratesfyi/ctx-0.2.0/debug/deps/libfutures-8985671f9fa6f7b8.rlib --cap-lints allow` Documenting ctx v0.2.0 Running `rustdoc --crate-name ctx .cargo/registry/src/github.com-1ecc6299db9ec823/ctx-0.2.0/src/lib.rs -o /home/cratesfyi/ctx-0.2.0/doc -L dependency=/home/cratesfyi/ctx-0.2.0/debug/deps --extern tokio_timer=/home/cratesfyi/ctx-0.2.0/debug/deps/libtokio_timer-0d2aa9788e22e2a3.rlib --extern futures=/home/cratesfyi/ctx-0.2.0/debug/deps/libfutures-8985671f9fa6f7b8.rlib` Finished dev [unoptimized + debuginfo] target(s) in 4.35 secs