rust-libretro 0.3.2

libretro API abstractions
Documentation

Build #4036053 2026-08-04 06:31:42

# rustc version rustc 1.99.0-nightly (d0babd8b6 2026-07-15)

# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )

# 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" "129f94bdd1e82325ada3898afa08802c9aa0f8111a676ba7c3e854319d6abc6a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "log unstable-env-commands vulkan" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--document-private-items\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--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: Rustdoc did not scrape the following examples because they require dev-dependencies: input, test, test-advanced, vulkan [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting rust-libretro v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `LoadGameContext` links to private item `CoreWrapper` [INFO] [stderr] --> src/contexts.rs:979:46 [INFO] [stderr] | [INFO] [stderr] 979 | /// For a description of the callbacks see [`CoreWrapper`]. [INFO] [stderr] | ^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `AudioContext` links to private item `CoreWrapper` [INFO] [stderr] --> src/contexts.rs:1227:46 [INFO] [stderr] | [INFO] [stderr] 1227 | /// For a description of the callbacks see [`CoreWrapper`]. [INFO] [stderr] | ^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stderr] [INFO] [stderr] warning: public documentation for `batch_audio_samples` links to private item `AudioContext::audio_sample_batch_callback` [INFO] [stderr] --> src/contexts.rs:1237:54 [INFO] [stderr] | [INFO] [stderr] 1237 | /// Renders multiple audio frames in one go if [`AudioContext::audio_sample_batch_callback`] has been set. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stderr] [INFO] [stderr] warning: public documentation for `queue_audio_sample` links to private item `AudioContext::audio_sample_callback` [INFO] [stderr] --> src/contexts.rs:1253:43 [INFO] [stderr] | [INFO] [stderr] 1253 | /// Renders a single audio frame if [`AudioContext::audio_sample_callback`] has been set. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stderr] [INFO] [stderr] warning: public documentation for `RunContext` links to private item `CoreWrapper` [INFO] [stderr] --> src/contexts.rs:1271:46 [INFO] [stderr] | [INFO] [stderr] 1271 | /// For a description of the callbacks see [`CoreWrapper`]. [INFO] [stderr] | ^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stderr] [INFO] [stderr] warning: public documentation for `poll_input` links to private item `RunContext::input_poll_callback` [INFO] [stderr] --> src/contexts.rs:1311:30 [INFO] [stderr] | [INFO] [stderr] 1311 | /// Polls for input if [`RunContext::input_poll_callback`] has been set [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stderr] [INFO] [stderr] warning: public documentation for `get_input_state` links to private item `RunContext::input_state_callback` [INFO] [stderr] --> src/contexts.rs:1320:67 [INFO] [stderr] | [INFO] [stderr] 1320 | /// Gets the input state for the given player and device if [`RunContext::input_state_callback`] has been set [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stderr] [INFO] [stderr] warning: public documentation for `draw_frame` links to private item `RunContext::video_refresh_callback` [INFO] [stderr] --> src/contexts.rs:1525:32 [INFO] [stderr] | [INFO] [stderr] 1525 | /// Draws a new frame if [`RunContext::video_refresh_callback`] has been set [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `true'` [INFO] [stderr] --> src/core.rs:82:69 [INFO] [stderr] | [INFO] [stderr] 82 | /// [`Core::get_serialize_size`], it should return [`false`], [`true'] otherwise. [INFO] [stderr] | ^^^^^ no item named `true'` 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: `rust-libretro` (lib doc) generated 9 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rust_libretro/index.html [INFO] running `Command { std: "docker" "inspect" "129f94bdd1e82325ada3898afa08802c9aa0f8111a676ba7c3e854319d6abc6a", kill_on_drop: false }`