ssd1306 0.8.4

I2C/SPI driver for the SSD1306 OLED display controller
Documentation
Build #997046 2023-11-23T11:37:47.008311+00:00
# rustc version
rustc 1.76.0-nightly (1e9dda77b 2023-11-22)
# docs.rs version
docsrs 0.6.0 (7f551f6b 2023-11-22)

# build log
[INFO] adding target thumbv7m-none-eabi for toolchain nightly
[INFO] running `Command { std: CARGO_HOME="/home/cratesfyi/workspace/cargo-home" RUSTUP_HOME="/home/cratesfyi/workspace/rustup-home" "/home/cratesfyi/workspace/cargo-home/bin/rustup" "target" "add" "--toolchain" "nightly" "thumbv7m-none-eabi", kill_on_drop: false }`
[INFO] [stderr] info: component 'rust-std' for target 'thumbv7m-none-eabi' is up to date
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ssd1306-0.8.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ssd1306-0.8.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-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" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231122-1.76.0-nightly-1e9dda77b\", \"--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}/thumbv7m-none-eabi\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "thumbv7m-none-eabi", 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] aa80cac11e4a27441bd76771ea1ec0089a86418be24362a3bda3854b372f1a0c
[INFO] running `Command { std: "docker" "start" "-a" "aa80cac11e4a27441bd76771ea1ec0089a86418be24362a3bda3854b372f1a0c", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: rtic_dvd, noise_i2c, graphics, rotation_i2c, graphics_i2c_128x32, text_i2c, pixelsquare, terminal_i2c, graphics_i2c, bmp_i2c, graphics_i2c_72x40, rtic_brightness, image_i2c
[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 ssd1306 v0.8.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:9:21
[INFO] [stderr]     |
[INFO] [stderr] 9   | //! - [`BasicMode`](crate::mode::BasicMode) - A simple mode with lower level methods available.
[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: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:101:9
[INFO] [stderr]     |
[INFO] [stderr] 101 | #![deny(warnings)]
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     = note: `#[warn(rustdoc::redundant_explicit_links)]` implied by `#[warn(warnings)]`
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 9   | //! - [`BasicMode`] - A simple mode with lower level methods available.
[INFO] [stderr]     |       ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/size.rs:47:39
[INFO] [stderr]    |
[INFO] [stderr] 47 |     /// See [`Command::ComPinConfig`](crate::Command::ComPinConfig)
[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] 47 |     /// See [`Command::ComPinConfig`]
[INFO] [stderr]    |             ~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/size.rs:48:39
[INFO] [stderr]    |
[INFO] [stderr] 48 |     /// and [`Command::InternalIref`](crate::Command::InternalIref)
[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] 48 |     /// and [`Command::InternalIref`]
[INFO] [stderr]    |             ~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `ssd1306` (lib doc) generated 3 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]    Generated /opt/rustwide/target/thumbv7m-none-eabi/doc/ssd1306/index.html
[INFO] running `Command { std: "docker" "inspect" "aa80cac11e4a27441bd76771ea1ec0089a86418be24362a3bda3854b372f1a0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa80cac11e4a27441bd76771ea1ec0089a86418be24362a3bda3854b372f1a0c", kill_on_drop: false }`
[INFO] [stdout] aa80cac11e4a27441bd76771ea1ec0089a86418be24362a3bda3854b372f1a0c