oled 0.0.0

OLED driver for embedded-graphics: SSD1357
Documentation

Build #3439986 2026-05-31 09:45:13

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# error kind ExecutionFailed

# pre-build errors command failed: exit status: 101

# rustc version rustc 1.98.0-nightly (f8a08b688 2026-05-30)

# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )

# 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" "5a984dc1cf527d83378297db1ad778299227acbb93c531d81c3266057b0ac25e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260530-1.98.0-nightly-f8a08b688\", \"--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 oled v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `embedded_hal_1::delay::DelayUs` [INFO] [stderr] --> src/ssd1357.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | use embedded_hal_1::{delay::DelayUs, digital::OutputPin}; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `DelayUs` in `delay` [INFO] [stderr] | [INFO] [stderr] = help: consider importing this trait instead: [INFO] [stderr] embedded_hal_02::blocking::delay::DelayUs [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 6 - use embedded_hal_1::{delay::DelayUs, digital::OutputPin}; [INFO] [stderr] 6 + use embedded_hal_1::{delay::DelayNs, digital::OutputPin}; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not document `oled` [INFO] running `Command { std: "docker" "inspect" "5a984dc1cf527d83378297db1ad778299227acbb93c531d81c3266057b0ac25e", kill_on_drop: false }`