dora-node-api 1.0.0

`dora` goal is to be a low latency, composable, and distributed data flow.
Documentation

Build #4302911 2026-09-02 16:40:21

# rustc version rustc 1.100.0-nightly (5db7f4be8 2026-09-01)

# docs.rs version docsrs 0.0.0 (c6ca30c0fecf66cc5a0859ac541222ca6c912d59 2026-09-01 )

# 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" "6bf4a3c7973eed87e8a1c41c2f517e1612c3788c6c91abb0eac00c94f778e61c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260901-1.100.0-nightly-5db7f4be8\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting dora-node-api v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `uint8_ipc_len` links to private item `uint8_layout` [INFO] [stderr] --> src/node/arrow_utils/ipc_encode.rs:649:54 [INFO] [stderr] | [INFO] [stderr] 649 | /// Both this and [`encode_uint8_ipc_header`] call [`uint8_layout`] (which builds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [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 `PreparedUint8Ipc` links to private item `uint8_layout` [INFO] [stderr] --> src/node/arrow_utils/ipc_encode.rs:660:50 [INFO] [stderr] | [INFO] [stderr] 660 | /// writes the header into it. Both steps need [`uint8_layout`], which builds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `batch_slice` links to private item `decode_one_batch` [INFO] [stderr] --> src/node/arrow_utils/ipc_encode.rs:772:54 [INFO] [stderr] | [INFO] [stderr] 772 | /// reads it. `None` if `stream` is malformed. See [`decode_one_batch`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Buffer` [INFO] [stderr] --> src/node/arrow_utils.rs:226:48 [INFO] [stderr] | [INFO] [stderr] 226 | /// Decode an Arrow IPC stream from an Arrow [`Buffer`] **without copying** the [INFO] [stderr] | ^^^^^^ no item named `Buffer` 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 `Buffer` [INFO] [stderr] --> src/node/arrow_utils.rs:233:36 [INFO] [stderr] | [INFO] [stderr] 233 | /// directly out of the provided [`Buffer`]. When the input buffer is suitably [INFO] [stderr] | ^^^^^^ no item named `Buffer` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `MergeExternal` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] This module provides support for that by providing the [`MergeExternal`] trait. [INFO] [stderr] ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `MergeExternal` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `type_name` links to private item `Self::data_type` [INFO] [stderr] --> src/node/mod.rs:2765:23 [INFO] [stderr] | [INFO] [stderr] 2765 | /// [`data_type`](Self::data_type). [INFO] [stderr] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] [INFO] [stderr] warning: `dora-node-api` (lib doc) generated 9 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: static_init_macro v1.0.4 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/dora_node_api/index.html [INFO] running `Command { std: "docker" "inspect" "6bf4a3c7973eed87e8a1c41c2f517e1612c3788c6c91abb0eac00c94f778e61c", kill_on_drop: false }`