tokio 0.1.20

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
Documentation
Build #160004 2019-05-14T18:25:14.873297+00:00
# rustc version
rustc 1.36.0-nightly (4443957f2 2019-05-12)# docs.rs version
cratesfyi 0.6.0 (be80566 2019-05-06)# build log
Updating crates.io index
Fresh semver-parser v0.7.0
Fresh autocfg v0.1.2
Fresh rand_core v0.4.0
Fresh lazy_static v1.3.0
Fresh nodrop v0.1.13
Fresh stable_deref_trait v1.1.1
Fresh cfg-if v0.1.7
Fresh smallvec v0.6.9
Fresh scopeguard v0.3.3
Fresh memoffset v0.2.1
Fresh slab v0.4.2
Fresh fnv v1.0.6
Fresh futures v0.1.27
Fresh lazycell v1.2.1
Fresh semver v0.9.0
Fresh rand_core v0.3.1
Fresh rand_jitter v0.1.4
Fresh tokio-trace-core v0.1.0
Fresh owning_ref v0.4.0
Fresh crossbeam-utils v0.6.5
Fresh log v0.4.6
Fresh tokio-sync v0.1.5
Fresh libc v0.2.54
Fresh rustc_version v0.2.3
Fresh rand_xorshift v0.1.1
Fresh rand_isaac v0.1.1
Fresh rand_hc v0.1.0
Fresh arrayvec v0.4.10
Fresh byteorder v1.3.1
Fresh lock_api v0.1.5
Fresh tokio-executor v0.1.7
Fresh crossbeam-queue v0.1.2
Fresh rand_os v0.1.3
Fresh iovec v0.1.2
Fresh net2 v0.2.33
Fresh num_cpus v1.10.0
Fresh rand_pcg v0.1.2
Fresh rand_chacha v0.1.1
Fresh crossbeam-epoch v0.7.1
Fresh tokio-current-thread v0.1.6
Checking tokio-timer v0.2.11
Fresh bytes v0.4.12
Fresh mio v0.6.16
Fresh rand v0.6.5
Fresh crossbeam-deque v0.7.1
Fresh tokio-io v0.1.12
Fresh mio-uds v0.6.7
Fresh parking_lot_core v0.4.0
Running `rustc --crate-name tokio_timer /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=8dc1879e1725f506 -C extra-filename=-8dc1879e1725f506 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern crossbeam_utils=/home/cratesfyi/cratesfyi/debug/deps/libcrossbeam_utils-d5d2637bc9319dff.rmeta --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-1e683cb98bd6e251.rmeta --extern slab=/home/cratesfyi/cratesfyi/debug/deps/libslab-207f61663c3373cf.rmeta --extern tokio_executor=/home/cratesfyi/cratesfyi/debug/deps/libtokio_executor-e1360a0ea51215e2.rmeta --cap-lints allow`
Fresh tokio-threadpool v0.1.14
Fresh tokio-codec v0.1.1
Fresh parking_lot v0.7.1
Fresh tokio-fs v0.1.6
Fresh tokio-reactor v0.1.9
Fresh tokio-tcp v0.1.3
Fresh tokio-uds v0.2.5
Fresh tokio-udp v0.1.3
Documenting tokio v0.1.20
Running `rustdoc --crate-name tokio /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.20/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="bytes"' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io"' --cfg 'feature="mio"' --cfg 'feature="num_cpus"' --cfg 'feature="reactor"' --cfg 'feature="rt-full"' --cfg 'feature="sync"' --cfg 'feature="tcp"' --cfg 'feature="timer"' --cfg 'feature="tokio-codec"' --cfg 'feature="tokio-current-thread"' --cfg 'feature="tokio-executor"' --cfg 'feature="tokio-fs"' --cfg 'feature="tokio-io"' --cfg 'feature="tokio-reactor"' --cfg 'feature="tokio-sync"' --cfg 'feature="tokio-tcp"' --cfg 'feature="tokio-threadpool"' --cfg 'feature="tokio-timer"' --cfg 'feature="tokio-trace-core"' --cfg 'feature="tokio-udp"' --cfg 'feature="tokio-uds"' --cfg 'feature="udp"' --cfg 'feature="uds"' -Z unstable-options --resource-suffix -20190512-1.36.0-nightly-4443957f2 --static-root-path / --disable-per-crate-search --extern-html-root-url 'bytes=https://docs.rs/bytes/0.4.12' --extern-html-root-url 'env_logger=https://docs.rs/env_logger/0.5.13' --extern-html-root-url 'flate2=https://docs.rs/flate2/1.0.7' --extern-html-root-url 'futures=https://docs.rs/futures/0.1.27' --extern-html-root-url 'futures_cpupool=https://docs.rs/futures-cpupool/0.1.8' --extern-html-root-url 'http=https://docs.rs/http/0.1.17' --extern-html-root-url 'httparse=https://docs.rs/httparse/1.3.3' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.54' --extern-html-root-url 'mio=https://docs.rs/mio/0.6.16' --extern-html-root-url 'num_cpus=https://docs.rs/num_cpus/1.10.0' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.91' --extern-html-root-url 'serde_derive=https://docs.rs/serde_derive/1.0.91' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.39' --extern-html-root-url 'time=https://docs.rs/time/0.1.42' --extern-html-root-url 'tokio_codec=https://docs.rs/tokio-codec/0.1.1' --extern-html-root-url 'tokio_current_thread=https://docs.rs/tokio-current-thread/0.1.6' --extern-html-root-url 'tokio_executor=https://docs.rs/tokio-executor/0.1.7' --extern-html-root-url 'tokio_fs=https://docs.rs/tokio-fs/0.1.6' --extern-html-root-url 'tokio_io=https://docs.rs/tokio-io/0.1.12' --extern-html-root-url 'tokio_reactor=https://docs.rs/tokio-reactor/0.1.9' --extern-html-root-url 'tokio_sync=https://docs.rs/tokio-sync/0.1.5' --extern-html-root-url 'tokio_tcp=https://docs.rs/tokio-tcp/0.1.3' --extern-html-root-url 'tokio_threadpool=https://docs.rs/tokio-threadpool/0.1.14' --extern-html-root-url 'tokio_timer=https://docs.rs/tokio-timer/0.2.11' --extern-html-root-url 'tokio_trace_core=https://docs.rs/tokio-trace-core/0.1.0' --extern-html-root-url 'tokio_udp=https://docs.rs/tokio-udp/0.1.3' --extern-html-root-url 'tokio_uds=https://docs.rs/tokio-uds/0.2.5' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bytes=/home/cratesfyi/cratesfyi/debug/deps/libbytes-7d5567df7eeff5fa.rmeta --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-1e683cb98bd6e251.rmeta --extern mio=/home/cratesfyi/cratesfyi/debug/deps/libmio-08c0d493114e9d7e.rmeta --extern num_cpus=/home/cratesfyi/cratesfyi/debug/deps/libnum_cpus-9cba506f6c9c09b3.rmeta --extern tokio_codec=/home/cratesfyi/cratesfyi/debug/deps/libtokio_codec-e8d62364ead4ff3b.rmeta --extern tokio_current_thread=/home/cratesfyi/cratesfyi/debug/deps/libtokio_current_thread-8e4a7ca16ed39b4a.rmeta --extern tokio_executor=/home/cratesfyi/cratesfyi/debug/deps/libtokio_executor-e1360a0ea51215e2.rmeta --extern tokio_fs=/home/cratesfyi/cratesfyi/debug/deps/libtokio_fs-3183f3f23cb423a3.rmeta --extern tokio_io=/home/cratesfyi/cratesfyi/debug/deps/libtokio_io-79502139f52b9dab.rmeta --extern tokio_reactor=/home/cratesfyi/cratesfyi/debug/deps/libtokio_reactor-93ff91a258372ecf.rmeta --extern tokio_sync=/home/cratesfyi/cratesfyi/debug/deps/libtokio_sync-74438f97db3318f4.rmeta --extern tokio_tcp=/home/cratesfyi/cratesfyi/debug/deps/libtokio_tcp-a5ea4fd6a2381262.rmeta --extern tokio_threadpool=/home/cratesfyi/cratesfyi/debug/deps/libtokio_threadpool-21dda9cbd6792c62.rmeta --extern tokio_timer=/home/cratesfyi/cratesfyi/debug/deps/libtokio_timer-8dc1879e1725f506.rmeta --extern tokio_trace_core=/home/cratesfyi/cratesfyi/debug/deps/libtokio_trace_core-2e263a42aea0e07b.rmeta --extern tokio_udp=/home/cratesfyi/cratesfyi/debug/deps/libtokio_udp-c85d5f9fb80e10dc.rmeta --extern tokio_uds=/home/cratesfyi/cratesfyi/debug/deps/libtokio_uds-575ca3dd74dc6906.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 7.15s