fastmurmur3 0.1.2

Fast murmur3 hash, with the benchmarks to prove it.
Documentation
Build #477601 2021-12-14T18:09:10.961860+00:00
# rustc version
rustc 1.59.0-nightly (8f117a77d 2021-12-13)# docs.rs version
docsrs 0.6.0 (0607ed2 2021-12-01)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/fastmurmur3-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/fastmurmur3-0.1.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5df6ddad4a5b29fe213f677d7e2acfdb848e97b967f7cba3bf1fba1640344a16" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20211213-1.59.0-nightly-8f117a77d\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 6843ada3645131a9cd217912595cefeefa70f90d6d824d5f36b97be240466513
[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" "6843ada3645131a9cd217912595cefeefa70f90d6d824d5f36b97be240466513", kill_on_drop: false }`
[INFO] [stderr]  Documenting fastmurmur3 v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: label name `'fallthrough` shadows a label name that is already in scope
[INFO] [stderr]    --> src/fallthrough.rs:26:9
[INFO] [stderr]     |
[INFO] [stderr] 26  |           'fallthrough: loop {
[INFO] [stderr]     |           ^^^^^^^^^^^^
[INFO] [stderr]     |           |
[INFO] [stderr]     |           first declared here
[INFO] [stderr]     |           label `'fallthrough` already in scope
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/murmur3rs.rs:70:5
[INFO] [stderr]     |
[INFO] [stderr] 70  | /     match_fallthrough!(trailing_len, {
[INFO] [stderr] 71  | |         15 => k2 ^= (buf[14] as u64).shl(48),
[INFO] [stderr] 72  | |         14 => k2 ^= (buf[13] as u64).shl(40),
[INFO] [stderr] 73  | |         13 => k2 ^= (buf[12] as u64).shl(32),
[INFO] [stderr] ...   |
[INFO] [stderr] 99  | |         _ => unreachable!()
[INFO] [stderr] 100 | |     });
[INFO] [stderr]     | |______- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: label name `'fallthrough` shadows a label name that is already in scope
[INFO] [stderr]    --> src/fallthrough.rs:17:9
[INFO] [stderr]     |
[INFO] [stderr] 17  |           'fallthrough: loop {
[INFO] [stderr]     |           ^^^^^^^^^^^^ label `'fallthrough` already in scope
[INFO] [stderr] ...
[INFO] [stderr] 26  |           'fallthrough: loop {
[INFO] [stderr]     |           ------------ first declared here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/murmur3rs.rs:70:5
[INFO] [stderr]     |
[INFO] [stderr] 70  | /     match_fallthrough!(trailing_len, {
[INFO] [stderr] 71  | |         15 => k2 ^= (buf[14] as u64).shl(48),
[INFO] [stderr] 72  | |         14 => k2 ^= (buf[13] as u64).shl(40),
[INFO] [stderr] 73  | |         13 => k2 ^= (buf[12] as u64).shl(32),
[INFO] [stderr] ...   |
[INFO] [stderr] 99  | |         _ => unreachable!()
[INFO] [stderr] 100 | |     });
[INFO] [stderr]     | |______- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `match_fallthrough_make_loops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `fastmurmur3` (lib doc) generated 136 warnings (134 duplicates)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.03s
[INFO] running `Command { std: "docker" "inspect" "6843ada3645131a9cd217912595cefeefa70f90d6d824d5f36b97be240466513", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6843ada3645131a9cd217912595cefeefa70f90d6d824d5f36b97be240466513", kill_on_drop: false }`
[INFO] [stdout] 6843ada3645131a9cd217912595cefeefa70f90d6d824d5f36b97be240466513