readableurl 0.1.0

Generate readable URLs
Documentation
Build #173670 2019-07-22 13:38:19

# rustc version rustc 1.38.0-nightly (95b1fe560 2019-07-20)

# docs.rs version cratesfyi 0.6.0 (e7b6626 2019-07-22)

# build log Updating crates.io index Downloading crates ... Downloaded rand v0.7.0 Downloading crates ... Downloaded getrandom v0.1.6 Downloaded rand_chacha v0.2.0 Downloaded c2-chacha v0.2.2 Downloaded ppv-lite86 v0.2.5 Downloaded rand_core v0.5.0 Compiling libc v0.2.60 Checking spin v0.5.0 Compiling autocfg v0.1.5 Checking ppv-lite86 v0.2.5 Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.60/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=af90f9b6d4a210b3 -C extra-filename=-af90f9b6d4a210b3 --out-dir /home/cratesfyi/cratesfyi/debug/build/libc-af90f9b6d4a210b3 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Running `rustc --crate-name spin /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.5.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=bd0c1cb2f707a428 -C extra-filename=-bd0c1cb2f707a428 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Running `rustc --crate-name autocfg /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.5/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=b1084ad7e72ac1c8 -C extra-filename=-b1084ad7e72ac1c8 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Running `rustc --edition=2018 --crate-name ppv_lite86 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.5/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=ed136503f32c1190 -C extra-filename=-ed136503f32c1190 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Checking lazy_static v1.3.0 Running `rustc --crate-name lazy_static /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.3.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=4255c94f316ba9f3 -C extra-filename=-4255c94f316ba9f3 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern spin=/home/cratesfyi/cratesfyi/debug/deps/libspin-bd0c1cb2f707a428.rmeta --cap-lints allow` Running `/home/cratesfyi/cratesfyi/debug/build/libc-af90f9b6d4a210b3/build-script-build` Running `rustc --crate-name libc /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.60/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=06b119ad941e8d18 -C extra-filename=-06b119ad941e8d18 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN` Compiling rand_chacha v0.2.0 Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.2.0/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=2b411686e07b828b -C extra-filename=-2b411686e07b828b --out-dir /home/cratesfyi/cratesfyi/debug/build/rand_chacha-2b411686e07b828b -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern autocfg=/home/cratesfyi/cratesfyi/debug/deps/libautocfg-b1084ad7e72ac1c8.rlib --cap-lints allow` Running `/home/cratesfyi/cratesfyi/debug/build/rand_chacha-2b411686e07b828b/build-script-build` Checking c2-chacha v0.2.2 Running `rustc --edition=2018 --crate-name c2_chacha /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/c2-chacha-0.2.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="lazy_static"' --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=97e4ef4f1e5d17f3 -C extra-filename=-97e4ef4f1e5d17f3 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-4255c94f316ba9f3.rmeta --extern ppv_lite86=/home/cratesfyi/cratesfyi/debug/deps/libppv_lite86-ed136503f32c1190.rmeta --cap-lints allow` Checking getrandom v0.1.6 Running `rustc --edition=2018 --crate-name getrandom /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.6/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="std"' -C metadata=5e519a37edfc8a93 -C extra-filename=-5e519a37edfc8a93 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-4255c94f316ba9f3.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-06b119ad941e8d18.rmeta --cap-lints allow` Checking rand_core v0.5.0 Running `rustc --crate-name rand_core /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.5.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=60bc59d40b4e6f16 -C extra-filename=-60bc59d40b4e6f16 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern getrandom=/home/cratesfyi/cratesfyi/debug/deps/libgetrandom-5e519a37edfc8a93.rmeta --cap-lints allow` Running `rustc --crate-name rand_chacha /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.2.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=bb5cb2045bdd43b5 -C extra-filename=-bb5cb2045bdd43b5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern c2_chacha=/home/cratesfyi/cratesfyi/debug/deps/libc2_chacha-97e4ef4f1e5d17f3.rmeta --extern rand_core=/home/cratesfyi/cratesfyi/debug/deps/librand_core-60bc59d40b4e6f16.rmeta --cap-lints allow --cfg rustc_1_26` Checking rand v0.7.0 Running `rustc --edition=2018 --crate-name rand /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.7.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="std"' -C metadata=cc970373aedfb678 -C extra-filename=-cc970373aedfb678 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern getrandom_package=/home/cratesfyi/cratesfyi/debug/deps/libgetrandom-5e519a37edfc8a93.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-06b119ad941e8d18.rmeta --extern rand_chacha=/home/cratesfyi/cratesfyi/debug/deps/librand_chacha-bb5cb2045bdd43b5.rmeta --extern rand_core=/home/cratesfyi/cratesfyi/debug/deps/librand_core-60bc59d40b4e6f16.rmeta --cap-lints allow` Documenting readableurl v0.1.0 Running `rustdoc --edition=2018 --crate-name readableurl /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/readableurl-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190720-1.38.0-nightly-95b1fe560 --static-root-path / --disable-per-crate-search --extern-html-root-url 'rand=https://docs.rs/rand/0.7.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-cc970373aedfb678.rmeta` Finished dev [unoptimized + debuginfo] target(s) in 5.86s