basic-pathfinding 0.1.0

Tile-based A* pathfinding in Rust/WebAssembly
Documentation
Build #163513 2019-06-01 16:39:52
# rustc version
rustc 1.37.0-nightly (37d001e4d 2019-05-29)# docs.rs version
cratesfyi 0.6.0 (be80566 2019-05-06)# build log
Updating crates.io index
Downloading crates ...
Downloaded basic-pathfinding v0.1.0
Fresh unicode-xid v0.1.0
Fresh bumpalo v2.4.3
Fresh lazy_static v1.3.0
Fresh itoa v0.4.4
Fresh ucd-util v0.1.3
Compiling wasm-bindgen v0.2.45
Fresh utf8-ranges v1.0.2
Fresh cfg-if v0.1.9
Fresh quick-error v1.2.2
Fresh termcolor v1.0.4
Running `rustc --edition=2018 --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.45/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde-serialize"' --cfg 'feature="serde_json"' --cfg 'feature="spans"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen-macro"' -C metadata=e484bc1e0f2eeaa4 -C extra-filename=-e484bc1e0f2eeaa4 --out-dir /home/cratesfyi/cratesfyi/debug/build/wasm-bindgen-e484bc1e0f2eeaa4 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh thread_local v0.3.6
Fresh regex-syntax v0.6.6
Fresh log v0.4.6
Fresh humantime v1.2.0
Fresh proc-macro2 v0.4.30
Fresh wasm-bindgen-shared v0.2.45
Fresh ryu v0.2.8
Fresh serde v1.0.92
Fresh memchr v2.2.0
Fresh libc v0.2.57
Fresh quote v0.6.12
Fresh serde_json v1.0.39
Fresh aho-corasick v0.7.3
Fresh atty v0.2.11
Fresh syn v0.15.34
Fresh regex v1.1.6
Compiling wasm-bindgen-backend v0.2.45
Fresh serde_derive v1.0.92
Fresh env_logger v0.6.1
Running `rustc --edition=2018 --crate-name wasm_bindgen_backend /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-backend-0.2.45/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="spans"' -C metadata=fbda1501a51ad28d -C extra-filename=-fbda1501a51ad28d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bumpalo=/home/cratesfyi/cratesfyi/debug/deps/libbumpalo-e21e8409f6c2490d.rlib --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-2dc5ff78ba9aa910.rlib --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-d4bc2546fa1160e9.rlib --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-4f5a307a945f1335.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-3b6580293ec1b604.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-7a631bb49aa14040.rlib --extern wasm_bindgen_shared=/home/cratesfyi/cratesfyi/debug/deps/libwasm_bindgen_shared-5cd9a5d6e5d88e9b.rlib --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/wasm-bindgen-e484bc1e0f2eeaa4/build-script-build`
Compiling wasm-bindgen-macro-support v0.2.45
Running `rustc --edition=2018 --crate-name wasm_bindgen_macro_support /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-support-0.2.45/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="spans"' --cfg 'feature="wasm-bindgen-backend"' -C metadata=f9788d7d5cb56781 -C extra-filename=-f9788d7d5cb56781 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-4f5a307a945f1335.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-3b6580293ec1b604.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-7a631bb49aa14040.rlib --extern wasm_bindgen_backend=/home/cratesfyi/cratesfyi/debug/deps/libwasm_bindgen_backend-fbda1501a51ad28d.rlib --extern wasm_bindgen_shared=/home/cratesfyi/cratesfyi/debug/deps/libwasm_bindgen_shared-5cd9a5d6e5d88e9b.rlib --cap-lints allow`
Compiling wasm-bindgen-macro v0.2.45
Running `rustc --edition=2018 --crate-name wasm_bindgen_macro /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-0.2.45/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 --cfg 'feature="spans"' --cfg 'feature="wasm-bindgen-macro-support"' -C metadata=803a3a30a8149051 -C extra-filename=-803a3a30a8149051 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-3b6580293ec1b604.rlib --extern wasm_bindgen_macro_support=/home/cratesfyi/cratesfyi/debug/deps/libwasm_bindgen_macro_support-f9788d7d5cb56781.rlib --cap-lints allow`
Running `rustc --edition=2018 --crate-name wasm_bindgen /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.45/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde-serialize"' --cfg 'feature="serde_json"' --cfg 'feature="spans"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen-macro"' -C metadata=0c5a433b88025f96 -C extra-filename=-0c5a433b88025f96 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-439dc5fb96578a55.rmeta --extern serde_json=/home/cratesfyi/cratesfyi/debug/deps/libserde_json-ed5f3b0c413abde0.rmeta --extern wasm_bindgen_macro=/home/cratesfyi/cratesfyi/debug/deps/libwasm_bindgen_macro-803a3a30a8149051.so --cap-lints allow`
Checking console_error_panic_hook v0.1.6
Running `rustc --crate-name console_error_panic_hook /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/console_error_panic_hook-0.1.6/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=c30ce9678beaa556 -C extra-filename=-c30ce9678beaa556 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cfg_if=/home/cratesfyi/cratesfyi/debug/deps/libcfg_if-cb6e166c3e388e42.rmeta --extern wasm_bindgen=/home/cratesfyi/cratesfyi/debug/deps/libwasm_bindgen-0c5a433b88025f96.rmeta --cap-lints allow`
Documenting basic-pathfinding v0.1.0
Running `rustdoc --edition=2018 --crate-name basic_pathfinding /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/basic-pathfinding-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="console_error_panic_hook"' --cfg 'feature="default"' -Z unstable-options --resource-suffix -20190529-1.37.0-nightly-37d001e4d --static-root-path / --disable-per-crate-search --extern-html-root-url 'console_error_panic_hook=https://docs.rs/console_error_panic_hook/0.1.6' --extern-html-root-url 'env_logger=https://docs.rs/env_logger/0.6.1' --extern-html-root-url 'log=https://docs.rs/log/0.4.6' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.92' --extern-html-root-url 'serde_derive=https://docs.rs/serde_derive/1.0.92' --extern-html-root-url 'wasm_bindgen=https://docs.rs/wasm-bindgen/0.2.45' --extern-html-root-url 'wasm_bindgen_test=https://docs.rs/wasm-bindgen-test/0.2.45' --extern-html-root-url 'wee_alloc=https://docs.rs/wee_alloc/0.4.4' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern console_error_panic_hook=/home/cratesfyi/cratesfyi/debug/deps/libconsole_error_panic_hook-c30ce9678beaa556.rmeta --extern env_logger=/home/cratesfyi/cratesfyi/debug/deps/libenv_logger-7c5b269b7398b04f.rmeta --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-a181dfdf8ec127f8.rmeta --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-439dc5fb96578a55.rmeta --extern serde_derive=/home/cratesfyi/cratesfyi/debug/deps/libserde_derive-f28adf6a312cb85b.so --extern wasm_bindgen=/home/cratesfyi/cratesfyi/debug/deps/libwasm_bindgen-0c5a433b88025f96.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 18.83s