zero-postgres 0.8.0

A high-performance PostgreSQL client
Documentation
Build #2839421 2026-01-21 12:32:34
# rustc version
rustc 1.95.0-nightly (5c49c4f7c 2026-01-20)# docs.rs version
docsrs 0.1.0 (70ee01e6 2026-01-16 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/zero-postgres-0.8.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/zero-postgres-0.8.0/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260120-1.95.0-nightly-5c49c4f7c\", \"--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}/aarch64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "aarch64-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] 8c70b1e1163db33a8fcd317db8736b733c89477ddb93f74354e9f99c73060cdb
[INFO] running `Command { std: "docker" "start" "-a" "8c70b1e1163db33a8fcd317db8736b733c89477ddb93f74354e9f99c73060cdb", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: async_connection, async_tls, bench_postgres, bench_tokio_postgres, bench_zero_async, bench_zero_sync, connection, extended_data_types, pipeline, pipeline_batch, prepare_batch, simple_data_types, sync_tls
[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 zero-postgres v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Pipeline::exec`
[INFO] [stderr]  --> src/pipeline.rs:7:18
[INFO] [stderr]   |
[INFO] [stderr] 7 | /// Created by [`Pipeline::exec`].
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^ no item named `Pipeline` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Pipeline::claim_collect`
[INFO] [stderr]  --> src/pipeline.rs:8:18
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// Claim with [`Pipeline::claim_collect`], [`Pipeline::claim_one`], or [`Pipeline::claim_drop`].
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^ no item named `Pipeline` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Pipeline::claim_one`
[INFO] [stderr]  --> src/pipeline.rs:8:47
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// Claim with [`Pipeline::claim_collect`], [`Pipeline::claim_one`], or [`Pipeline::claim_drop`].
[INFO] [stderr]   |                                               ^^^^^^^^^^^^^^^^^^^ no item named `Pipeline` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Pipeline::claim_drop`
[INFO] [stderr]  --> src/pipeline.rs:8:75
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// Claim with [`Pipeline::claim_collect`], [`Pipeline::claim_one`], or [`Pipeline::claim_drop`].
[INFO] [stderr]   |                                                                           ^^^^^^^^^^^^^^^^^^^^ no item named `Pipeline` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Transaction::exec_portal_named`
[INFO] [stderr]   --> src/sync/named_portal.rs:13:18
[INFO] [stderr]    |
[INFO] [stderr] 13 | /// Created by [`Transaction::exec_portal_named()`]. Use [`exec()`](Self::exec) to retrieve rows
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Transaction` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Conn::exec_iter`
[INFO] [stderr]   --> src/sync/unnamed_portal.rs:11:18
[INFO] [stderr]    |
[INFO] [stderr] 11 | /// Created by [`Conn::exec_iter()`]. Use [`exec()`](Self::exec) to retrieve rows in batches.
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^ the struct `Conn` has no function named `exec_iter`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Transaction::exec_portal_named`
[INFO] [stderr]   --> src/tokio/named_portal.rs:13:18
[INFO] [stderr]    |
[INFO] [stderr] 13 | /// Created by [`Transaction::exec_portal_named()`]. Use [`exec()`](Self::exec) to retrieve rows
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Transaction` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Conn::exec_iter`
[INFO] [stderr]   --> src/tokio/unnamed_portal.rs:11:18
[INFO] [stderr]    |
[INFO] [stderr] 11 | /// Created by [`Conn::exec_iter()`]. Use [`exec()`](Self::exec) to retrieve rows in batches.
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^ the struct `Conn` has no function named `exec_iter`
[INFO] [stderr] 
[INFO] [stderr] warning: `zero-postgres` (lib doc) generated 8 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
[INFO] [stderr]    Generated /opt/rustwide/target/aarch64-unknown-linux-gnu/doc/zero_postgres/index.html
[INFO] running `Command { std: "docker" "inspect" "8c70b1e1163db33a8fcd317db8736b733c89477ddb93f74354e9f99c73060cdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c70b1e1163db33a8fcd317db8736b733c89477ddb93f74354e9f99c73060cdb", kill_on_drop: false }`
[INFO] [stdout] 8c70b1e1163db33a8fcd317db8736b733c89477ddb93f74354e9f99c73060cdb