prefixmap 0.3.1

RDF data shapes implementation in Rust
Documentation

Build #3277730 2026-05-12 07:50:43

# rustc version rustc 1.97.0-nightly (64a965e90 2026-05-11)

# docs.rs version docsrs 0.0.0 (ad302d961e54d5d2c273ab5bb3d4139759c933ad 2026-05-03 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder3/builds/prefixmap-0.3.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder3/builds/prefixmap-0.3.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder3/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder3/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "20-25" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4dfcbb80743b3d96b6eaeda1f13b9cbfed565481e5daee65d17ed118170d6551 [INFO] running `Command { std: "docker" "start" "4dfcbb80743b3d96b6eaeda1f13b9cbfed565481e5daee65d17ed118170d6551", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-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" "--user" "1001:1001" "4dfcbb80743b3d96b6eaeda1f13b9cbfed565481e5daee65d17ed118170d6551" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260511-1.97.0-nightly-64a965e90\", \"--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 prefixmap v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `IriRef` [INFO] [stderr] --> src/error.rs:29:69 [INFO] [stderr] | [INFO] [stderr] 29 | /// Error returned when trying to get an IRI from a prefixed name [`IriRef`] [INFO] [stderr] | ^^^^^^ no item named `IriRef` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `IriRef` [INFO] [stderr] --> src/error.rs:59:65 [INFO] [stderr] | [INFO] [stderr] 59 | /// An error occured when trying to obtain an IRI from an [`IriRef`] [INFO] [stderr] | ^^^^^^ no item named `IriRef` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `self.get_iri_prefixmap` [INFO] [stderr] --> src/iri/iri_ref.rs:23:35 [INFO] [stderr] | [INFO] [stderr] 23 | /// Usually you want to use [`self.get_iri_prefixmap`] instead [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `self.get_iri_prefixmap` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/prefix_map.rs:416:84 [INFO] [stderr] | [INFO] [stderr] 416 | /// Given a string like "ex:a" and a prefixmap that has alias "ex" with value "https://example.org/", the result will be "https... [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] 416 | /// Given a string like "ex:a" and a prefixmap that has alias "ex" with value "<https://example.org/>", the result will be "https://example.org/a" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/prefix_map.rs:416:127 [INFO] [stderr] | [INFO] [stderr] 416 | ...th value "https://example.org/", the result will be "https://example.org/a" [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] 416 | /// Given a string like "ex:a" and a prefixmap that has alias "ex" with value "https://example.org/", the result will be "<https://example.org/a>" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `prefixmap` (lib doc) generated 5 warnings (run `cargo fix --lib -p prefixmap` to apply 2 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/prefixmap/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "4dfcbb80743b3d96b6eaeda1f13b9cbfed565481e5daee65d17ed118170d6551", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4dfcbb80743b3d96b6eaeda1f13b9cbfed565481e5daee65d17ed118170d6551", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4dfcbb80743b3d96b6eaeda1f13b9cbfed565481e5daee65d17ed118170d6551", kill_on_drop: false }` [INFO] [stdout] 4dfcbb80743b3d96b6eaeda1f13b9cbfed565481e5daee65d17ed118170d6551