pkbuffer 0.7.0

Buffer objects made for arbitrary casting and addressing!
Documentation

Build #3806802 2026-07-09 16:43:31

# rustc version rustc 1.99.0-nightly (14cae6813 2026-07-08)

# 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" "d776594d0bd447bcc709c778cc896d6cfcc74310cc68b3164e819b922d09bdfc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260708-1.99.0-nightly-14cae6813\", \"--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 pkbuffer v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:15:52 [INFO] [stderr] | [INFO] [stderr] 15 | //! Buffer objects are derived from the [`Buffer`](Buffer) trait. This trait [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: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 15 - //! Buffer objects are derived from the [`Buffer`](Buffer) trait. This trait [INFO] [stderr] 15 + //! Buffer objects are derived from the [`Buffer`] trait. This trait [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:18:70 [INFO] [stderr] | [INFO] [stderr] 18 | //! Buffer objects comes in two forms: *pointer form* ([`PtrBuffer`](PtrBuffer)) and [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] 18 - //! Buffer objects comes in two forms: *pointer form* ([`PtrBuffer`](PtrBuffer)) and [INFO] [stderr] 18 + //! Buffer objects comes in two forms: *pointer form* ([`PtrBuffer`]) and [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:19:37 [INFO] [stderr] | [INFO] [stderr] 19 | //! *allocated form* ([`VecBuffer`](VecBuffer)). Each of these structures come [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] 19 - //! *allocated form* ([`VecBuffer`](VecBuffer)). Each of these structures come [INFO] [stderr] 19 + //! *allocated form* ([`VecBuffer`]). Each of these structures come [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:20:51 [INFO] [stderr] | [INFO] [stderr] 20 | //! in handy for different reasons. [`PtrBuffer`](PtrBuffer) is useful on unowned data [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] 20 - //! in handy for different reasons. [`PtrBuffer`](PtrBuffer) is useful on unowned data [INFO] [stderr] 20 + //! in handy for different reasons. [`PtrBuffer`] is useful on unowned data [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | //! such as arbitrary locations in memory, whereas [`VecBuffer`](VecBuffer)'s [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] 21 - //! such as arbitrary locations in memory, whereas [`VecBuffer`](VecBuffer)'s [INFO] [stderr] 21 + //! such as arbitrary locations in memory, whereas [`VecBuffer`]'s [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:24:19 [INFO] [stderr] | [INFO] [stderr] 24 | //! [`VecBuffer`](VecBuffer)s are handy for creating a brand-new buffer of objects. [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] 24 - //! [`VecBuffer`](VecBuffer)s are handy for creating a brand-new buffer of objects. [INFO] [stderr] 24 + //! [`VecBuffer`]s are handy for creating a brand-new buffer of objects. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:57:49 [INFO] [stderr] | [INFO] [stderr] 57 | /// An error produced by [`std::io::Error`](std::io::Error). [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] 57 - /// An error produced by [`std::io::Error`](std::io::Error). [INFO] [stderr] 57 + /// An error produced by [`std::io::Error`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `pkbuffer` (lib doc) generated 7 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/pkbuffer/index.html [INFO] running `Command { std: "docker" "inspect" "d776594d0bd447bcc709c778cc896d6cfcc74310cc68b3164e819b922d09bdfc", kill_on_drop: false }`