flow-rust-sdk 4.0.2

Flow-Rust-SDK utilizes the Flow gRPC AccessAPI to make requests on the flow blockchain.
Documentation

Build #3370258 2026-05-24 11:37:59

# rustc version rustc 1.98.0-nightly (23a3312d9 2026-05-23)

# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "6a6aca988011f1c7b776075175f75656d7bb4cf9a4a6440882391f4e99ee97d3" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260523-1.98.0-nightly-23a3312d9\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting flow-rust-sdk v4.0.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | //! https://github.com/onflow/flow/tree/master/protobuf [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 21 | //! <https://github.com/onflow/flow/tree/master/protobuf> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/flow-rust-sdk-7fcd752adee7e305/out/flow.access.rs:456:48 [INFO] [stderr] | [INFO] [stderr] 456 | #[doc = " The following is copied from https://docs.onflow.org/access-api/"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 456 | #[doc = " The following is copied from <https://docs.onflow.org/access-api/>"] [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/flow-rust-sdk-7fcd752adee7e305/out/flow.access.rs:457:45 [INFO] [stderr] | [INFO] [stderr] 457 | #[doc = " You should also reference https://github.com/onflow/flow/blob/master/protobuf/flow/access/access.proto"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 457 | #[doc = " You should also reference <https://github.com/onflow/flow/blob/master/protobuf/flow/access/access.proto>"] [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/flow-rust-sdk-7fcd752adee7e305/out/flow.access.rs:790:48 [INFO] [stderr] | [INFO] [stderr] 790 | #[doc = " The following is copied from https://docs.onflow.org/access-api/"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 790 | #[doc = " The following is copied from <https://docs.onflow.org/access-api/>"] [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/flow-rust-sdk-7fcd752adee7e305/out/flow.access.rs:791:45 [INFO] [stderr] | [INFO] [stderr] 791 | #[doc = " You should also reference https://github.com/onflow/flow/blob/master/protobuf/flow/access/access.proto"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 791 | #[doc = " You should also reference <https://github.com/onflow/flow/blob/master/protobuf/flow/access/access.proto>"] [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `T` [INFO] [stderr] --> src/lib.rs:40:98 [INFO] [stderr] | [INFO] [stderr] 40 | /// The network transport layer can be optionally substitued by implementing a new FlowConnection<T> [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 40 | /// The network transport layer can be optionally substitued by implementing a new `FlowConnection<T>` [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `String` [INFO] [stderr] --> src/lib.rs:550:36 [INFO] [stderr] | [INFO] [stderr] 550 | /// Argument builder assuming a vec<String> [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 550 | /// Argument builder assuming a `vec<String>` [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:596:95 [INFO] [stderr] | [INFO] [stderr] 596 | ...mplementing new types, be sure to read https://docs.onflow.org/cadence/json-cadence-spec [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 596 | /// You will use this for most argument types. Before implementing new types, be sure to read <https://docs.onflow.org/cadence/json-cadence-spec> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `flow-rust-sdk` (lib doc) generated 8 warnings (run `cargo fix --lib -p flow-rust-sdk` to apply 6 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/flow_rust_sdk/index.html [INFO] running `Command { std: "docker" "inspect" "6a6aca988011f1c7b776075175f75656d7bb4cf9a4a6440882391f4e99ee97d3", kill_on_drop: false }`