[go: up one dir, main page]

lexical-core 0.4.1

Lexical, to- and from-string conversion routines.
Documentation
Build #167028 2019-06-20 19:37:29
# rustc version
rustc 1.37.0-nightly (37d001e4d 2019-05-29)# docs.rs version
cratesfyi 0.6.0 (254ceae 2019-06-04)# build log
Updating crates.io index
Downloading crates ...
Downloaded lexical-core v0.4.1
Fresh semver-parser v0.7.0
Checking void v1.0.2
Checking cfg-if v0.1.9
Checking static_assertions v0.2.5
Running `rustc --crate-name void /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/void-1.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C panic=abort -C debuginfo=2 -C metadata=15fe4e663b2a58c4 -C extra-filename=-15fe4e663b2a58c4 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name cfg_if /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.9/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C panic=abort -C debuginfo=2 -C metadata=5ee7e4c67896f83a -C extra-filename=-5ee7e4c67896f83a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name static_assertions /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/static_assertions-0.2.5/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C panic=abort -C debuginfo=2 -C metadata=c31229d612a9c07c -C extra-filename=-c31229d612a9c07c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh semver v0.9.0
Fresh rustc_version v0.2.3
Checking ryu v0.2.8
Running `rustc --crate-name ryu /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-0.2.8/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C panic=abort -C debuginfo=2 -C metadata=924d71a0a3a26d98 -C extra-filename=-924d71a0a3a26d98 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow --cfg integer128 --cfg must_use_return`
Compiling lexical-core v0.4.1
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/lexical-core-0.4.1/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="correct"' --cfg 'feature="default"' --cfg 'feature="ryu"' --cfg 'feature="stackvector"' --cfg 'feature="std"' --cfg 'feature="table"' -C metadata=433b1963235e1aa2 -C extra-filename=-433b1963235e1aa2 --out-dir /home/cratesfyi/cratesfyi/debug/build/lexical-core-433b1963235e1aa2 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_version=/home/cratesfyi/cratesfyi/debug/deps/librustc_version-28cf8069781c7867.rlib --cap-lints allow`
Checking unreachable v1.0.0
Running `rustc --crate-name unreachable /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/unreachable-1.0.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C panic=abort -C debuginfo=2 -C metadata=b15623abb27fe269 -C extra-filename=-b15623abb27fe269 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern void=/home/cratesfyi/cratesfyi/debug/deps/libvoid-15fe4e663b2a58c4.rmeta --cap-lints allow`
Checking stackvector v1.0.6
Running `rustc --crate-name stackvector /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stackvector-1.0.6/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C panic=abort -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=07e4a3f1b820e122 -C extra-filename=-07e4a3f1b820e122 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unreachable=/home/cratesfyi/cratesfyi/debug/deps/libunreachable-b15623abb27fe269.rmeta --cap-lints allow --cfg has_range_inclusive --cfg has_pointer_methods`
Running `/home/cratesfyi/cratesfyi/debug/build/lexical-core-433b1963235e1aa2/build-script-build`
Documenting lexical-core v0.4.1
Running `rustdoc --crate-name lexical_core /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/lexical-core-0.4.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="correct"' --cfg 'feature="default"' --cfg 'feature="ryu"' --cfg 'feature="stackvector"' --cfg 'feature="std"' --cfg 'feature="table"' -Z unstable-options --resource-suffix -20190529-1.37.0-nightly-37d001e4d --static-root-path / --disable-per-crate-search --extern-html-root-url 'approx=https://docs.rs/approx/0.3.2' --extern-html-root-url 'cfg_if=https://docs.rs/cfg-if/0.1.9' --extern-html-root-url 'dtoa=https://docs.rs/dtoa/0.4.4' --extern-html-root-url 'proptest=https://docs.rs/proptest/0.8.7' --extern-html-root-url 'quickcheck=https://docs.rs/quickcheck/0.7.2' --extern-html-root-url 'rustc_version=https://docs.rs/rustc_version/0.2.3' --extern-html-root-url 'ryu=https://docs.rs/ryu/0.2.8' --extern-html-root-url 'stackvector=https://docs.rs/stackvector/1.0.6' --extern-html-root-url 'static_assertions=https://docs.rs/static_assertions/0.2.5' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cfg_if=/home/cratesfyi/cratesfyi/debug/deps/libcfg_if-5ee7e4c67896f83a.rmeta --extern ryu=/home/cratesfyi/cratesfyi/debug/deps/libryu-924d71a0a3a26d98.rmeta --extern stackvector=/home/cratesfyi/cratesfyi/debug/deps/libstackvector-07e4a3f1b820e122.rmeta --extern static_assertions=/home/cratesfyi/cratesfyi/debug/deps/libstatic_assertions-c31229d612a9c07c.rmeta --cfg has_range_bounds --cfg has_slice_index --cfg has_full_range_inclusive --cfg has_const_index --cfg has_i128 --cfg has_ops_bound --cfg has_pointer_methods --cfg has_range_inclusive --cfg limb_width_64`
Finished dev [unoptimized + debuginfo] target(s) in 6.07s