simplers_optimization 0.2.0

A Rust implementation of the Simple(x) black-box optimization algorithm.
Documentation

Build #182240 2019-08-31 12:30:32

# rustc version rustc 1.39.0-nightly (bea0372a1 2019-08-20)

# docs.rs version cratesfyi 0.6.0 (f01dedd 2019-07-30)

# build log Updating crates.io index Fresh autocfg v0.1.4 Checking indexmap v0.4.1 Compiling num-traits v0.2.8 Running `rustc --crate-name indexmap /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-0.4.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=0550495231ce2d39 -C extra-filename=-0550495231ce2d39 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.8/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f7a404f0c7c34d0a -C extra-filename=-f7a404f0c7c34d0a --out-dir /home/cratesfyi/cratesfyi/debug/build/num-traits-f7a404f0c7c34d0a -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern autocfg=/home/cratesfyi/cratesfyi/debug/deps/libautocfg-a07b450e6b81caa0.rlib --cap-lints allow` Running `/home/cratesfyi/cratesfyi/debug/build/num-traits-f7a404f0c7c34d0a/build-script-build` Running `rustc --crate-name num_traits /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.8/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=66253fc6760c97b0 -C extra-filename=-66253fc6760c97b0 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow --cfg has_i128` Checking priority-queue v0.6.0 Running `rustc --edition=2018 --crate-name priority_queue /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/priority-queue-0.6.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=194cbe877145e683 -C extra-filename=-194cbe877145e683 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern indexmap=/home/cratesfyi/cratesfyi/debug/deps/libindexmap-0550495231ce2d39.rmeta --cap-lints allow` Checking ordered-float v1.0.2 Running `rustc --crate-name ordered_float /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cff38bf05956b0b6 -C extra-filename=-cff38bf05956b0b6 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-66253fc6760c97b0.rmeta --cap-lints allow` Documenting simplers_optimization v0.2.0 Running `rustdoc --edition=2018 --crate-name simplers_optimization /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/simplers_optimization-0.2.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190820-1.39.0-nightly-bea0372a1 --static-root-path / --disable-per-crate-search --extern-html-root-url 'num_traits=https://docs.rs/num-traits/0.2.8' --extern-html-root-url 'ordered_float=https://docs.rs/ordered-float/1.0.2' --extern-html-root-url 'priority_queue=https://docs.rs/priority-queue/0.6.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-66253fc6760c97b0.rmeta --extern ordered_float=/home/cratesfyi/cratesfyi/debug/deps/libordered_float-cff38bf05956b0b6.rmeta --extern priority_queue=/home/cratesfyi/cratesfyi/debug/deps/libpriority_queue-194cbe877145e683.rmeta` Finished dev [unoptimized + debuginfo] target(s) in 4.24s