wasmer-backend-api 0.2.0

Client library for the Wasmer GraphQL API
Documentation
Build #1485439 2024-10-29T17:10:34.462961+00:00
# rustc version
rustc 1.84.0-nightly (3f1be1ec7 2024-10-28)# docs.rs version
docsrs 0.6.0 (83e30f05 2024-10-25)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/wasmer-backend-api-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/wasmer-backend-api-0.2.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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241028-1.84.0-nightly-3f1be1ec7\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 663c498164c8eee1054b4e79f5a8794c5c83f6d9f7568f2eaee583a7944cf2a7
[INFO] running `Command { std: "docker" "start" "-a" "663c498164c8eee1054b4e79f5a8794c5c83f6d9f7568f2eaee583a7944cf2a7", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting wasmer-backend-api v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `crate::queries`
[INFO] [stderr]   --> src/client.rs:15:26
[INFO] [stderr]    |
[INFO] [stderr] 15 | /// Use the queries in [`crate::queries`] to interact with the API.
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ no item named `queries` in module `wasmer_backend_api`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_app_logs_paginated` links to private item `get_app_logs`
[INFO] [stderr]     --> src/query.rs:1790:1
[INFO] [stderr]      |
[INFO] [stderr] 1790 | / /// Get pages of logs associated with an application that lie within the
[INFO] [stderr] 1791 | | /// specified date range.
[INFO] [stderr] 1792 | | ///
[INFO] [stderr] 1793 | | /// In contrast to [`get_app_logs`], this function collects the stream into a
[INFO] [stderr] 1794 | | /// final vector.
[INFO] [stderr]      | |_________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              In contrast to [`get_app_logs`], this function collects the stream into a
[INFO] [stderr]                              ^^^^^^^^^^^^^^
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]      = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_app_logs_paginated_filter_instance` links to private item `get_app_logs`
[INFO] [stderr]     --> src/query.rs:1827:1
[INFO] [stderr]      |
[INFO] [stderr] 1827 | / /// Get pages of logs associated with an application that lie within the
[INFO] [stderr] 1828 | | /// specified date range with a specific instance identifier.
[INFO] [stderr] 1829 | | ///
[INFO] [stderr] 1830 | | /// In contrast to [`get_app_logs`], this function collects the stream into a
[INFO] [stderr] 1831 | | /// final vector.
[INFO] [stderr]      | |_________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              In contrast to [`get_app_logs`], this function collects the stream into a
[INFO] [stderr]                              ^^^^^^^^^^^^^^
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_app_logs_paginated_filter_request` links to private item `get_app_logs`
[INFO] [stderr]     --> src/query.rs:1874:1
[INFO] [stderr]      |
[INFO] [stderr] 1874 | / /// Get pages of logs associated with an specific request for application that lie within the
[INFO] [stderr] 1875 | | /// specified date range.
[INFO] [stderr] 1876 | | ///
[INFO] [stderr] 1877 | | /// In contrast to [`get_app_logs`], this function collects the stream into a
[INFO] [stderr] 1878 | | /// final vector.
[INFO] [stderr]      | |_________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              In contrast to [`get_app_logs`], this function collects the stream into a
[INFO] [stderr]                              ^^^^^^^^^^^^^^
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: `wasmer-backend-api` (lib doc) generated 4 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.49s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/wasmer_backend_api/index.html
[INFO] running `Command { std: "docker" "inspect" "663c498164c8eee1054b4e79f5a8794c5c83f6d9f7568f2eaee583a7944cf2a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "663c498164c8eee1054b4e79f5a8794c5c83f6d9f7568f2eaee583a7944cf2a7", kill_on_drop: false }`
[INFO] [stdout] 663c498164c8eee1054b4e79f5a8794c5c83f6d9f7568f2eaee583a7944cf2a7