pathmaker 0.2.0

a bare-bones http router
Documentation

Build #3640927 2026-06-20 21:54:35

# rustc version rustc 1.98.0-nightly (f428d123a 2026-06-19)

# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )

# 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" "bd2b56c8b17c737c2c4d47e9dbebd507a1e38fed2bc7080f40db0a58f41269e0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260619-1.98.0-nightly-f428d123a\", \"--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] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting pathmaker v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition value: `test` [INFO] [stderr] --> src/lib.rs:123:7 [INFO] [stderr] | [INFO] [stderr] 123 | #[cfg(feature = "test")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `futures`, `hyper`, and `with-hyper` [INFO] [stderr] = help: consider adding `test` as a feature in `Cargo.toml` [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 value: `test` [INFO] [stderr] --> src/lib.rs:132:12 [INFO] [stderr] | [INFO] [stderr] 132 | #[cfg_attr(feature = "test", bench)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `futures`, `hyper`, and `with-hyper` [INFO] [stderr] = help: consider adding `test` as a feature in `Cargo.toml` [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 value: `test` [INFO] [stderr] --> src/lib.rs:133:7 [INFO] [stderr] | [INFO] [stderr] 133 | #[cfg(feature = "test")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `futures`, `hyper`, and `with-hyper` [INFO] [stderr] = help: consider adding `test` as a feature in `Cargo.toml` [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: unresolved link to `hyper::serivce::Service` [INFO] [stderr] --> src/hyper.rs:23:18 [INFO] [stderr] | [INFO] [stderr] 23 | /// implements [`hyper::serivce::Service`] by default, and if no default handler [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `serivce` in module `hyper` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Build::set_default` [INFO] [stderr] --> src/router/mod.rs:67:11 [INFO] [stderr] | [INFO] [stderr] 67 | /// [`Build::set_default`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ the struct `Build` has no field or associated item named `set_default` [INFO] [stderr] [INFO] [stderr] warning: `pathmaker` (lib doc) generated 5 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/pathmaker/index.html [INFO] running `Command { std: "docker" "inspect" "bd2b56c8b17c737c2c4d47e9dbebd507a1e38fed2bc7080f40db0a58f41269e0", kill_on_drop: false }`