async-bincode 0.7.1

Asynchronous access to a bincode-encoded item stream.
Documentation
Build #804650 2023-04-30T18:31:19.400317+00:00
# rustc version
rustc 1.71.0-nightly (87b1f891e 2023-04-29)
# docs.rs version
docsrs 0.6.0 (169bc021 2023-04-30)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/async-bincode-0.7.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/async-bincode-0.7.1/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5ff2268d62e97bff2cde7d5815dd6ed5b47097566f13b8d0ca110b04b60e07ed" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230429-1.71.0-nightly-87b1f891e\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--target" "x86_64-unknown-linux-gnu", 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] 7709443e5f0c0eabaf03c16ef0a4a091f7a9e2499ab36041297d6bc4e79ee1d1
[INFO] running `Command { std: "docker" "start" "-a" "7709443e5f0c0eabaf03c16ef0a4a091f7a9e2499ab36041297d6bc4e79ee1d1", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting async-bincode v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `serialize_into`
[INFO] [stderr]   --> src/reader.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | /         /// A wrapper around an asynchronous reader that produces an asynchronous stream of
[INFO] [stderr] 15 | |         /// bincode-decoded values.
[INFO] [stderr] 16 | |         ///
[INFO] [stderr] 17 | |         /// To use, provide a reader that implements
[INFO] [stderr] ...  |
[INFO] [stderr] 22 | |         /// `bincode::serialized_size` encoded as a four-byte network-endian encoded. See also
[INFO] [stderr] 23 | |         /// [`serialize_into`], which does this for you.
[INFO] [stderr]    | |________________________________________________________^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/futures.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  |   make_reader!(futures_io::AsyncRead, internal_poll_reader);
[INFO] [stderr]    |   --------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: the link appears in this line:
[INFO] [stderr]            
[INFO] [stderr]            [`serialize_into`], which does this for you.
[INFO] [stderr]             ^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: no item named `serialize_into` in scope
[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]    = note: this warning originates in the macro `make_reader` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `serialize_into`
[INFO] [stderr]   --> src/reader.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | /         /// A wrapper around an asynchronous reader that produces an asynchronous stream of
[INFO] [stderr] 15 | |         /// bincode-decoded values.
[INFO] [stderr] 16 | |         ///
[INFO] [stderr] 17 | |         /// To use, provide a reader that implements
[INFO] [stderr] ...  |
[INFO] [stderr] 22 | |         /// `bincode::serialized_size` encoded as a four-byte network-endian encoded. See also
[INFO] [stderr] 23 | |         /// [`serialize_into`], which does this for you.
[INFO] [stderr]    | |________________________________________________________^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/tokio.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  |   make_reader!(tokio::io::AsyncRead, internal_poll_reader);
[INFO] [stderr]    |   -------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: the link appears in this line:
[INFO] [stderr]            
[INFO] [stderr]            [`serialize_into`], which does this for you.
[INFO] [stderr]             ^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: no item named `serialize_into` in scope
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: this warning originates in the macro `make_reader` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `async-bincode` (lib doc) generated 2 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "7709443e5f0c0eabaf03c16ef0a4a091f7a9e2499ab36041297d6bc4e79ee1d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7709443e5f0c0eabaf03c16ef0a4a091f7a9e2499ab36041297d6bc4e79ee1d1", kill_on_drop: false }`
[INFO] [stdout] 7709443e5f0c0eabaf03c16ef0a4a091f7a9e2499ab36041297d6bc4e79ee1d1