pkbuffer 0.7.0

Buffer objects made for arbitrary casting and addressing!
Documentation
Build #3154429 2026-04-18 08:54:20

# rustc version rustc 1.97.0-nightly (e9e32aca5 2026-04-17)

# docs.rs version docsrs 0.0.0 (15f7e1e9dfac4fc5b7cc4abfd7682239002ba909 2026-04-08 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder5/builds/pkbuffer-0.7.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder5/builds/pkbuffer-0.7.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder5/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder5/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "24-27" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", 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] 9aaf6ba207ff841c991e9c99b8b0fea21839d17c49fb29fed1068dbbec158663 [INFO] running `Command { std: "docker" "start" "9aaf6ba207ff841c991e9c99b8b0fea21839d17c49fb29fed1068dbbec158663", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-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" "--user" "1001:1001" "9aaf6ba207ff841c991e9c99b8b0fea21839d17c49fb29fed1068dbbec158663" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260417-1.97.0-nightly-e9e32aca5\", \"--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" "-j4" "--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.62s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/pkbuffer/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "9aaf6ba207ff841c991e9c99b8b0fea21839d17c49fb29fed1068dbbec158663", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9aaf6ba207ff841c991e9c99b8b0fea21839d17c49fb29fed1068dbbec158663", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9aaf6ba207ff841c991e9c99b8b0fea21839d17c49fb29fed1068dbbec158663", kill_on_drop: false }` [INFO] [stdout] 9aaf6ba207ff841c991e9c99b8b0fea21839d17c49fb29fed1068dbbec158663