worker-plus 0.0.15

A Rust SDK for writing Cloudflare Workers.
Documentation
Build #721518 2023-01-15 06:06:10

# rustc version rustc 1.68.0-nightly (afaf3e07a 2023-01-14)

# docs.rs version docsrs 0.6.0 (19c77a92 2023-01-08)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/worker-plus-0.0.15/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/worker-plus-0.0.15/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:9042d5c95763f71f7b0904716b98ccadf9fc47b0f382ee962aaaed2ac70c9b8d" "/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\", \"-20230114-1.68.0-nightly-afaf3e07a\", \"--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] 4d3bde39b2c5b9a4d066b95a62b4e298289a4b32e7bdb160dc2a411a72a0dfa9 [INFO] running `Command { std: "docker" "start" "-a" "4d3bde39b2c5b9a4d066b95a62b4e298289a4b32e7bdb160dc2a411a72a0dfa9", kill_on_drop: false }` [INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op [INFO] [stderr] Documenting worker-plus v0.0.15 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `R2Conditional` [INFO] [stderr] --> src/r2/builder.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | /// in the [R2Conditional]. Refer to [Conditional operations](https://developers.cloudflare.com/r2/runtime-apis/#conditional-operatio... [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `R2Conditional` in scope [INFO] [stderr] | [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] [INFO] [stderr] warning: unresolved link to `futures::stream::Stream` [INFO] [stderr] --> src/request.rs:168:52 [INFO] [stderr] | [INFO] [stderr] 168 | /// Access this request's body as a [`Stream`](futures::stream::Stream) of bytes. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `futures` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `futures::stream::Stream` [INFO] [stderr] --> src/response.rs:123:48 [INFO] [stderr] | [INFO] [stderr] 123 | /// Create a `Response` using a [`Stream`](futures::stream::Stream) for the body. Sets a status [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `futures` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `futures::stream::Stream` [INFO] [stderr] --> src/response.rs:261:53 [INFO] [stderr] | [INFO] [stderr] 261 | /// Access this response's body as a [`Stream`](futures::stream::Stream) of bytes. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `futures` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `futures::Stream` [INFO] [stderr] --> src/websocket.rs:174:43 [INFO] [stderr] | [INFO] [stderr] 174 | /// Gets an implementation [`Stream`](futures::Stream) that yields events from the inner [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `futures` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `futures::Stream` [INFO] [stderr] --> src/websocket.rs:211:1 [INFO] [stderr] | [INFO] [stderr] 211 | / /// A [`Stream`](futures::Stream) that yields [`WebsocketEvent`](crate::ws_events::WebsocketEvent)s [INFO] [stderr] 212 | | /// emitted by the inner [`WebSocket`](crate::WebSocket). The stream is guranteed to always yield a [INFO] [stderr] 213 | | /// `WebsocketEvent::Close` as the final non-none item. [INFO] [stderr] 214 | | /// [INFO] [stderr] ... | [INFO] [stderr] 234 | | /// }); [INFO] [stderr] 235 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] A [`Stream`](futures::Stream) that yields [`WebsocketEvent`](crate::ws_events::WebsocketEvent)s [INFO] [stderr] ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `futures` in scope [INFO] [stderr] [INFO] [stderr] warning: `worker-plus` (lib doc) generated 6 warnings [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `Command { std: "docker" "inspect" "4d3bde39b2c5b9a4d066b95a62b4e298289a4b32e7bdb160dc2a411a72a0dfa9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d3bde39b2c5b9a4d066b95a62b4e298289a4b32e7bdb160dc2a411a72a0dfa9", kill_on_drop: false }` [INFO] [stdout] 4d3bde39b2c5b9a4d066b95a62b4e298289a4b32e7bdb160dc2a411a72a0dfa9