hashers 1.0.1

A collection of non-cryptographic hashing algorithms for Rust
Documentation

Build #1742876 2025-02-12 19:24:31

# rustc version rustc 1.86.0-nightly (92bedea1c 2025-02-11)

# docs.rs version docsrs 0.6.0 (35977596 2025-02-09)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/hashers-1.0.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/hashers-1.0.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250211-1.86.0-nightly-92bedea1c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 53c62f4475122e688653aee43226a11dbc4ec726cfe038bf6d5e65a661770c52 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "53c62f4475122e688653aee43226a11dbc4ec726cfe038bf6d5e65a661770c52", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: anagrams-hashmap, chi2, kolmogorov-smirnov [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting hashers v1.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/pigeon.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | (x.wrapping_shl(32) | x.wrapping_shr(32)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 70 - (x.wrapping_shl(32) | x.wrapping_shr(32)) [INFO] [stderr] 70 + x.wrapping_shl(32) | x.wrapping_shr(32) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:123:7 [INFO] [stderr] | [INFO] [stderr] 123 | //! - http://www.cse.yorku.ca/~oz/hash.html Oz's Hash functions. (oz) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 123 | //! - <http://www.cse.yorku.ca/>~oz/hash.html Oz's Hash functions. (oz) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:124:7 [INFO] [stderr] | [INFO] [stderr] 124 | //! - http://www.burtleburtle.net/bob/hash/doobs.html Bob Jenkins' [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 124 | //! - <http://www.burtleburtle.net/bob/hash/doobs.html> Bob Jenkins' [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:126:7 [INFO] [stderr] | [INFO] [stderr] 126 | //! - http://burtleburtle.net/bob/hash/spooky.html Jenkin's SpookyHash. (jenkins::spooky_hash) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 126 | //! - <http://burtleburtle.net/bob/hash/spooky.html> Jenkin's SpookyHash. (jenkins::spooky_hash) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:128:7 [INFO] [stderr] | [INFO] [stderr] 128 | //! - https://github.com/cbreeden/fxhash A fast, non-secure, hashing algorithm derived from an [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 128 | //! - <https://github.com/cbreeden/fxhash> A fast, non-secure, hashing algorithm derived from an [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:130:7 [INFO] [stderr] | [INFO] [stderr] 130 | //! - http://www.isthe.com/chongo/tech/comp/fnv/ The Fowler/Noll/Vo hash algorithm. (fnv) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 130 | //! - <http://www.isthe.com/chongo/tech/comp/fnv/> The Fowler/Noll/Vo hash algorithm. (fnv) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:183:7 [INFO] [stderr] | [INFO] [stderr] 183 | //! - https://maniagnosis.crsr.net/2013/02/creating-letterpress-cheating-program.html [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 183 | //! - <https://maniagnosis.crsr.net/2013/02/creating-letterpress-cheating-program.html> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:184:7 [INFO] [stderr] | [INFO] [stderr] 184 | //! - https://maniagnosis.crsr.net/2014/01/letterpress-cheating-in-rust-09.html [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 184 | //! - <https://maniagnosis.crsr.net/2014/01/letterpress-cheating-in-rust-09.html> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:185:7 [INFO] [stderr] | [INFO] [stderr] 185 | //! - https://maniagnosis.crsr.net/2016/01/letterpress-cheating-in-rust-16-how.html [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 185 | //! - <https://maniagnosis.crsr.net/2016/01/letterpress-cheating-in-rust-16-how.html> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/jenkins/mod.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | //! From http://www.burtleburtle.net/bob/hash/doobs.html. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1 | //! From <http://www.burtleburtle.net/bob/hash/doobs.html.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/jenkins/mod.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | //! https://en.wikipedia.org/wiki/Jenkins_hash_function. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 4 | //! <https://en.wikipedia.org/wiki/Jenkins_hash_function.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/jenkins/spooky_hash.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | //! From http://burtleburtle.net/bob/hash/spooky.html [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1 | //! From <http://burtleburtle.net/bob/hash/spooky.html> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/jenkins/spooky_hash.rs:3:30 [INFO] [stderr] | [INFO] [stderr] 3 | //! Quoted comments are from http://burtleburtle.net/bob/c/SpookyV2.h or [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 3 | //! Quoted comments are from <http://burtleburtle.net/bob/c/SpookyV2.h> or [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/jenkins/spooky_hash.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | //! http://burtleburtle.net/bob/c/SpookyV2.cpp [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 4 | //! <http://burtleburtle.net/bob/c/SpookyV2.cpp> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/jenkins/spooky_hash.rs:389:10 [INFO] [stderr] | [INFO] [stderr] 389 | /// From http://burtleburtle.net/bob/hash/spooky.html [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 389 | /// From <http://burtleburtle.net/bob/hash/spooky.html> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/jenkins/mod.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | /// From http://www.burtleburtle.net/bob/hash/doobs.html: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 20 | /// From <http://www.burtleburtle.net/bob/hash/doobs.html:> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/jenkins/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | /// From http://www.burtleburtle.net/bob/hash/doobs.html: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 81 | /// From <http://www.burtleburtle.net/bob/hash/doobs.html:> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/jenkins/mod.rs:83:10 [INFO] [stderr] | [INFO] [stderr] 83 | /// > ...http://burtleburtle.net/bob/c/lookup3.c (2006) is about 2 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 83 | /// > ...<http://burtleburtle.net/bob/c/lookup3.c> (2006) is about 2 [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/jenkins/mod.rs:88:25 [INFO] [stderr] | [INFO] [stderr] 88 | /// > as "My Hash", see http://burtleburtle.net/bob/c/lookup3.c. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 88 | /// > as "My Hash", see <http://burtleburtle.net/bob/c/lookup3.c.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/jenkins/mod.rs:143:9 [INFO] [stderr] | [INFO] [stderr] 143 | /// See http://www.burtleburtle.net/bob/c/lookup3.c. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 143 | /// See <http://www.burtleburtle.net/bob/c/lookup3.c.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/pigeon.rs:1:40 [INFO] [stderr] | [INFO] [stderr] 1 | //! # Hash functions by Steven Pigeon (https://hbfs.wordpress.com/) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1 | //! # Hash functions by Steven Pigeon (<https://hbfs.wordpress.com/>) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/pigeon.rs:5:7 [INFO] [stderr] | [INFO] [stderr] 5 | //! * https://hbfs.wordpress.com/2015/09/29/hash-functions-part-i/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 5 | //! * <https://hbfs.wordpress.com/2015/09/29/hash-functions-part-i/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/pigeon.rs:6:7 [INFO] [stderr] | [INFO] [stderr] 6 | //! * https://hbfs.wordpress.com/2015/10/06/the-anatomy-of-hash-functions-hash-functions-part-ii/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 6 | //! * <https://hbfs.wordpress.com/2015/10/06/the-anatomy-of-hash-functions-hash-functions-part-ii/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/pigeon.rs:7:7 [INFO] [stderr] | [INFO] [stderr] 7 | //! * https://hbfs.wordpress.com/2015/10/13/testing-hash-functions-hash-functions-part-iii/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 7 | //! * <https://hbfs.wordpress.com/2015/10/13/testing-hash-functions-hash-functions-part-iii/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/pigeon.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | //! * https://hbfs.wordpress.com/2015/10/20/three-bad-functions-hash-functions-part-iv/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 8 | //! * <https://hbfs.wordpress.com/2015/10/20/three-bad-functions-hash-functions-part-iv/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/pigeon.rs:9:7 [INFO] [stderr] | [INFO] [stderr] 9 | //! * https://hbfs.wordpress.com/2015/10/27/three-somewhat-better-functions-hash-functions-part-v/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 9 | //! * <https://hbfs.wordpress.com/2015/10/27/three-somewhat-better-functions-hash-functions-part-v/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/pigeon.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | //! * https://hbfs.wordpress.com/2015/11/17/and-a-good-one-hash-functions-part-vi/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 10 | //! * <https://hbfs.wordpress.com/2015/11/17/and-a-good-one-hash-functions-part-vi/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/pigeon.rs:14:7 [INFO] [stderr] | [INFO] [stderr] 14 | //! * https://hbfs.wordpress.com/2011/11/08/mild-obfuscation/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 14 | //! * <https://hbfs.wordpress.com/2011/11/08/mild-obfuscation/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/oz.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | //! From http://www.cse.yorku.ca/~oz/hash.html. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1 | //! From <http://www.cse.yorku.ca/>~oz/hash.html. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/oz.rs:27:10 [INFO] [stderr] | [INFO] [stderr] 27 | /// From http://www.cse.yorku.ca/~oz/hash.html: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 27 | /// From <http://www.cse.yorku.ca/>~oz/hash.html: [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/oz.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | /// From http://www.burtleburtle.net/bob/hash/doobs.html: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 36 | /// From <http://www.burtleburtle.net/bob/hash/doobs.html:> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/oz.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | /// From http://www.cse.yorku.ca/~oz/hash.html: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 97 | /// From <http://www.cse.yorku.ca/>~oz/hash.html: [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/oz.rs:154:10 [INFO] [stderr] | [INFO] [stderr] 154 | /// From http://www.cse.yorku.ca/~oz/hash.html [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 154 | /// From <http://www.cse.yorku.ca/>~oz/hash.html [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:285:10 [INFO] [stderr] | [INFO] [stderr] 285 | /// From https://github.com/cbreeden/fxhash [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 285 | /// From <https://github.com/cbreeden/fxhash> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:396:5 [INFO] [stderr] | [INFO] [stderr] 396 | /// http://www.isthe.com/chongo/tech/comp/fnv/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 396 | /// <http://www.isthe.com/chongo/tech/comp/fnv/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `hashers` (lib doc) generated 35 warnings (run `cargo fix --lib -p hashers` to apply 35 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/hashers/index.html [INFO] running `Command { std: "docker" "inspect" "53c62f4475122e688653aee43226a11dbc4ec726cfe038bf6d5e65a661770c52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53c62f4475122e688653aee43226a11dbc4ec726cfe038bf6d5e65a661770c52", kill_on_drop: false }` [INFO] [stdout] 53c62f4475122e688653aee43226a11dbc4ec726cfe038bf6d5e65a661770c52