websocket-codec 0.1.2

A Tokio codec for the websocket protocol
Documentation
Build #179334 2019-08-17T10:29:14.623205+00:00
# rustc version
rustc 1.39.0-nightly (f7af19c27 2019-08-15)
# docs.rs version
cratesfyi 0.6.0 (f01dedd 2019-07-30)

# build log
Updating crates.io index
Fresh cfg-if v0.1.9
Fresh rand_core v0.4.2
Fresh futures v0.1.28
Fresh safemem v0.3.2
Fresh sha1 v0.6.0
Fresh take_mut v0.2.2
Checking rand_core v0.3.1
Fresh libc v0.2.62
Fresh byteorder v1.3.2
Fresh iovec v0.1.2
Fresh log v0.4.8
Running `rustc --crate-name rand_core /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.3.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c4551a8d97c6d75f -C extra-filename=-c4551a8d97c6d75f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rand_core=/home/cratesfyi/cratesfyi/debug/deps/librand_core-de2cc21872e7eb2e.rmeta --cap-lints allow`
Fresh httparse v1.3.4
Fresh bytes v0.4.12
Fresh base64 v0.9.3
Checking tokio-io v0.1.12
Running `rustc --crate-name tokio_io /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-io-0.1.12/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=23c94c8390f88820 -C extra-filename=-23c94c8390f88820 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bytes=/home/cratesfyi/cratesfyi/debug/deps/libbytes-9fb0e7b59795f5cc.rmeta --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-e360a45d6621064e.rmeta --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-69b99193009ff7a0.rmeta --cap-lints allow`
Checking rand v0.5.6
Running `rustc --crate-name rand /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.5.6/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="cloudabi"' --cfg 'feature="default"' --cfg 'feature="fuchsia-cprng"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="winapi"' -C metadata=f2b6d99889f18d63 -C extra-filename=-f2b6d99889f18d63 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-a2ff7df58660f775.rmeta --extern rand_core=/home/cratesfyi/cratesfyi/debug/deps/librand_core-c4551a8d97c6d75f.rmeta --cap-lints allow`
Checking tokio-codec v0.1.1
Running `rustc --crate-name tokio_codec /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-codec-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=06d8550cfbf7e1a2 -C extra-filename=-06d8550cfbf7e1a2 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bytes=/home/cratesfyi/cratesfyi/debug/deps/libbytes-9fb0e7b59795f5cc.rmeta --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-e360a45d6621064e.rmeta --extern tokio_io=/home/cratesfyi/cratesfyi/debug/deps/libtokio_io-23c94c8390f88820.rmeta --cap-lints allow`
Documenting websocket-codec v0.1.2
Running `rustdoc --edition=2018 --crate-name websocket_codec /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/websocket-codec-0.1.2/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190815-1.39.0-nightly-f7af19c27 --static-root-path / --disable-per-crate-search --extern-html-root-url 'base64=https://docs.rs/base64/0.9.3' --extern-html-root-url 'byteorder=https://docs.rs/byteorder/1.3.2' --extern-html-root-url 'bytes=https://docs.rs/bytes/0.4.12' --extern-html-root-url 'httparse=https://docs.rs/httparse/1.3.4' --extern-html-root-url 'quickcheck=https://docs.rs/quickcheck/0.7.2' --extern-html-root-url 'rand=https://docs.rs/rand/0.5.6' --extern-html-root-url 'sha1=https://docs.rs/sha1/0.6.0' --extern-html-root-url 'structopt=https://docs.rs/structopt/0.2.18' --extern-html-root-url 'take_mut=https://docs.rs/take_mut/0.2.2' --extern-html-root-url 'tokio_codec=https://docs.rs/tokio-codec/0.1.1' --extern-html-root-url 'tokio_core=https://docs.rs/tokio-core/0.1.17' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern base64=/home/cratesfyi/cratesfyi/debug/deps/libbase64-3cfd3504dd59586b.rmeta --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-4ea0275acfcb62cb.rmeta --extern bytes=/home/cratesfyi/cratesfyi/debug/deps/libbytes-9fb0e7b59795f5cc.rmeta --extern httparse=/home/cratesfyi/cratesfyi/debug/deps/libhttparse-6a63bbd2b8a45f72.rmeta --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-f2b6d99889f18d63.rmeta --extern sha1=/home/cratesfyi/cratesfyi/debug/deps/libsha1-80b49b1649958aa7.rmeta --extern take_mut=/home/cratesfyi/cratesfyi/debug/deps/libtake_mut-7841c92c7fbc4319.rmeta --extern tokio_codec=/home/cratesfyi/cratesfyi/debug/deps/libtokio_codec-06d8550cfbf7e1a2.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 3.59s