easytiming 0.0.5

Utilities for easy timing functions, code blocks, etc
Documentation

Build #4382050 2026-09-08 23:52:47

# rustc version rustc 1.100.0-nightly (cea272fa3 2026-09-07)

# docs.rs version docsrs 0.0.0 (bbe8284d494398efa390829fb7f0bf2364bcdf59 2026-09-08 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "766b3ef50f2ac38cdb23e8b72c97c3eb1d70a369924d5049b170f25b70c8db27" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260907-1.100.0-nightly-cea272fa3\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | readme = "README.md" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::manual_readme` is set to `warn` by default [INFO] [stderr] help: consider removing `package.readme` [INFO] [stderr] warning: `easytiming` (manifest) generated 2 warnings [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting easytiming v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition name: `log` [INFO] [stderr] --> src/lib.rs:19:7 [INFO] [stderr] | [INFO] [stderr] 19 | #[cfg(log)] [INFO] [stderr] | ^^^ help: found config with similar value: `feature = "log"` [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 34 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(log)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(log)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `slog` [INFO] [stderr] --> src/lib.rs:22:7 [INFO] [stderr] | [INFO] [stderr] 22 | #[cfg(slog)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "slog"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slog)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slog)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `log` [INFO] [stderr] --> src/lib.rs:36:11 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg(log)] [INFO] [stderr] | ^^^ help: found config with similar value: `feature = "log"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(log)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(log)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `slog` [INFO] [stderr] --> src/lib.rs:38:11 [INFO] [stderr] | [INFO] [stderr] 38 | #[cfg(slog)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "slog"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slog)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slog)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `log` [INFO] [stderr] --> src/lib.rs:112:11 [INFO] [stderr] | [INFO] [stderr] 112 | #[cfg(log)] [INFO] [stderr] | ^^^ help: found config with similar value: `feature = "log"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(log)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(log)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `log` [INFO] [stderr] --> src/lib.rs:151:19 [INFO] [stderr] | [INFO] [stderr] 151 | #[cfg(log)] [INFO] [stderr] | ^^^ help: found config with similar value: `feature = "log"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(log)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(log)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `slog` [INFO] [stderr] --> src/lib.rs:153:19 [INFO] [stderr] | [INFO] [stderr] 153 | #[cfg(slog)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "slog"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slog)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slog)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `easytiming` (lib doc) generated 7 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/easytiming/index.html [INFO] running `Command { std: "docker" "inspect" "766b3ef50f2ac38cdb23e8b72c97c3eb1d70a369924d5049b170f25b70c8db27", kill_on_drop: false }`