commonmeta 0.9.6

Library for conversions to/from the Commonmeta scholarly metadata format
Documentation

Build #3757965 2026-07-04 07:18:47

# rustc version rustc 1.98.0-nightly (c397dae80 2026-07-02)

# docs.rs version docsrs 0.0.0 (964c90a45859fd8f9076e3cbe58470a5a4f4d4f7 2026-07-01 )

# 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" "b507ccb823b89fb834443da148298fce13d7cf1faee44e1e2dcd116b69b7bdc1" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260702-1.98.0-nightly-c397dae80\", \"--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 commonmeta v0.9.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `ValidationReport` links to private item `validate_sqlite` [INFO] [stderr] --> src/formats/commonmeta.rs:1542:27 [INFO] [stderr] | [INFO] [stderr] 1542 | /// Summary returned by [`validate_sqlite`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `fetch_latest_orcid_release` links to private item `fetch_orcid_release` [INFO] [stderr] --> src/formats/orcid.rs:1578:34 [INFO] [stderr] | [INFO] [stderr] 1578 | /// version number, then calls [`fetch_orcid_release`] for the file metadata. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `fetch_latest_orcid_release` links to private item `fetch_orcid_release` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] version number, then calls [`fetch_orcid_release`] for the file metadata. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `write_vraix_table_parquet` links to private item `formats::commonmeta::write_parquet_all` [INFO] [stderr] --> src/lib.rs:1016:18 [INFO] [stderr] | [INFO] [stderr] 1016 | /// group (see [`formats::commonmeta::write_parquet_all`]'s analogous [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/cmd/mod.rs:22:7 [INFO] [stderr] | [INFO] [stderr] 22 | /// https://datafiles.datacite.org/datafiles/public-2025 [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] 22 | /// <https://datafiles.datacite.org/datafiles/public-2025> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/cmd/mod.rs:24:26 [INFO] [stderr] | [INFO] [stderr] 24 | /// commonmeta import "https://datafiles.datacite.org/datafiles/public-2025/download?token=<JWT>" [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] 24 | /// commonmeta import "<https://datafiles.datacite.org/datafiles/public-2025/download?token=><JWT>" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `JWT` [INFO] [stderr] --> src/cmd/mod.rs:24:94 [INFO] [stderr] | [INFO] [stderr] 24 | /// commonmeta import "https://datafiles.datacite.org/datafiles/public-2025/download?token=<JWT>" [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/crockford.rs:3:47 [INFO] [stderr] | [INFO] [stderr] 3 | //! - uses Douglas Crockford Base32 encoding: https://www.crockford.com/base32.html [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] 3 | //! - uses Douglas Crockford Base32 encoding: <https://www.crockford.com/base32.html> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/crockford.rs:4:20 [INFO] [stderr] | [INFO] [stderr] 4 | //! - is based on: https://github.com/front-matter/base32-url [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] 4 | //! - is based on: <https://github.com/front-matter/base32-url> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `write` is both a function and a macro [INFO] [stderr] --> src/lib.rs:52:12 [INFO] [stderr] | [INFO] [stderr] 52 | /// Like [`write`], but forwards `style` and `locale` to the citation writer. [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 52 | /// Like [`write()`], but forwards `style` and `locale` to the citation writer. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the macro, add an exclamation mark [INFO] [stderr] | [INFO] [stderr] 52 | /// Like [`write!`], but forwards `style` and `locale` to the citation writer. [INFO] [stderr] | + [INFO] [stderr] [INFO] [stderr] warning: `commonmeta` (lib doc) generated 10 warnings (run `cargo fix --lib -p commonmeta` to apply 4 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/commonmeta/index.html [INFO] running `Command { std: "docker" "inspect" "b507ccb823b89fb834443da148298fce13d7cf1faee44e1e2dcd116b69b7bdc1", kill_on_drop: false }`