basic-pathfinding 0.1.2

Tile-based A* pathfinding in Rust/WebAssembly
Documentation
Build #166063 2019-06-15T03:06:45.507864+00:00
# 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 basic-pathfinding v0.1.2
Fresh unicode-xid v0.1.0
Fresh bumpalo v2.4.3
Fresh ucd-util v0.1.3
Fresh lazy_static v1.3.0
Fresh itoa v0.4.4
Fresh quick-error v1.2.2
Fresh cfg-if v0.1.9
Fresh utf8-ranges v1.0.3
Fresh termcolor v1.0.5
Fresh regex-syntax v0.6.7
Fresh thread_local v0.3.6
Fresh humantime v1.2.0
Fresh log v0.4.6
Fresh proc-macro2 v0.4.30
Fresh wasm-bindgen-shared v0.2.46
Fresh memchr v2.2.0
Fresh serde v1.0.92
Fresh ryu v0.2.8
Fresh libc v0.2.58
Fresh quote v0.6.12
Fresh aho-corasick v0.7.3
Fresh serde_json v1.0.39
Fresh atty v0.2.11
Fresh syn v0.15.36
Fresh regex v1.1.7
Compiling wasm-bindgen-backend v0.2.46
Compiling 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.46/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="spans"' -C metadata=77fa4db4b596c303 -C extra-filename=-77fa4db4b596c303 --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-2b1e4da90bc7adda.rlib --extern wasm_bindgen_shared=/home/cratesfyi/cratesfyi/debug/deps/libwasm_bindgen_shared-cbd5c734b7c8a2c5.rlib --cap-lints allow`
Running `rustc --crate-name serde_derive /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.92/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 --cfg 'feature="default"' -C metadata=ac7f4799b9ecc8fd -C extra-filename=-ac7f4799b9ecc8fd --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-2b1e4da90bc7adda.rlib --cap-lints allow`
Compiling wasm-bindgen-macro-support v0.2.46
Running `rustc --edition=2018 --crate-name wasm_bindgen_macro_support /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-support-0.2.46/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=83f5429e5bc6a542 -C extra-filename=-83f5429e5bc6a542 --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-2b1e4da90bc7adda.rlib --extern wasm_bindgen_backend=/home/cratesfyi/cratesfyi/debug/deps/libwasm_bindgen_backend-77fa4db4b596c303.rlib --extern wasm_bindgen_shared=/home/cratesfyi/cratesfyi/debug/deps/libwasm_bindgen_shared-cbd5c734b7c8a2c5.rlib --cap-lints allow`
Compiling wasm-bindgen-macro v0.2.46
Running `rustc --edition=2018 --crate-name wasm_bindgen_macro /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-0.2.46/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=042f90e0eba8c3ea -C extra-filename=-042f90e0eba8c3ea --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-83f5429e5bc6a542.rlib --cap-lints allow`
Checking wasm-bindgen v0.2.46
Running `rustc --edition=2018 --crate-name wasm_bindgen /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-0.2.46/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=e1e63979fce60c1a -C extra-filename=-e1e63979fce60c1a --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-042f90e0eba8c3ea.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=fab8796f173b5c53 -C extra-filename=-fab8796f173b5c53 --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-e1e63979fce60c1a.rmeta --cap-lints allow`
Documenting basic-pathfinding v0.1.2
Running `rustdoc --edition=2018 --crate-name basic_pathfinding /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/basic-pathfinding-0.1.2/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.46' --extern-html-root-url 'wasm_bindgen_test=https://docs.rs/wasm-bindgen-test/0.2.46' --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-fab8796f173b5c53.rmeta --extern env_logger=/home/cratesfyi/cratesfyi/debug/deps/libenv_logger-6bfe2a47e6f132bd.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-ac7f4799b9ecc8fd.so --extern wasm_bindgen=/home/cratesfyi/cratesfyi/debug/deps/libwasm_bindgen-e1e63979fce60c1a.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 22.49s