parse-dat-url 0.1.0

url parser to support versioned dat URLs
Documentation

Build #4420545 2026-09-11 16:53:55

# rustc version rustc 1.100.0-nightly (67eda617e 2026-09-10)

# 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" "9b22e28fe8e87a965b437fe2ea4cf51b84675707be5b5191ac0198468c2c8ad4" "/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\", \"-20260910-1.100.0-nightly-67eda617e\", \"--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: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | 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: `parse-dat-url` (manifest) generated 1 warning [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting parse-dat-url v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `parse_dat_url::DatUrl` [INFO] [stderr] --> src/lib.rs:132:29 [INFO] [stderr] | [INFO] [stderr] 132 | /// Converts a [DatUrl](parse_dat_url::DatUrl) with a `'a` lifetime into a owned struct, with the `'static` lifetime. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `parse_dat_url` in scope [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:59:83 [INFO] [stderr] | [INFO] [stderr] 59 | /// It is capable to clone the structure into a onwed reference, as it uses [Cow](std::borrow::Cow) internally. [INFO] [stderr] | --- ^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 59 - /// It is capable to clone the structure into a onwed reference, as it uses [Cow](std::borrow::Cow) internally. [INFO] [stderr] 59 + /// It is capable to clone the structure into a onwed reference, as it uses [Cow] internally. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:99:87 [INFO] [stderr] | [INFO] [stderr] 99 | /// It is capable to clone the structure into a onwed reference, as it uses [Cow](std::borrow::Cow) internally. [INFO] [stderr] | --- ^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 99 - /// It is capable to clone the structure into a onwed reference, as it uses [Cow](std::borrow::Cow) internally. [INFO] [stderr] 99 + /// It is capable to clone the structure into a onwed reference, as it uses [Cow] internally. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `parse-dat-url` (lib doc) generated 3 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/parse_dat_url/index.html [INFO] running `Command { std: "docker" "inspect" "9b22e28fe8e87a965b437fe2ea4cf51b84675707be5b5191ac0198468c2c8ad4", kill_on_drop: false }`