grabapl 0.0.4

A library for graph-based programming languages, with pluggable type systems and a focus on visible intermediate states.
Documentation

Build #3552600 2026-06-12 04:03:54

# rustc version rustc 1.98.0-nightly (b30f3df3b 2026-06-11)

# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )

# 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" "7754fb539ec5698faa9a99c061a2b882d1f5def01685a1baa5d02d9db475b3d5" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260611-1.98.0-nightly-b30f3df3b\", \"--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: Rustdoc did not scrape the following examples because they require dev-dependencies: isomorphisms_partial, notes [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 grabapl v0.0.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/operation/builder.rs:49:94 [INFO] [stderr] | [INFO] [stderr] 49 | //! to get the final user defined operation that can then be added to a [`OperationContext`](crate::operation::OperationContext) and [INFO] [stderr] | ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [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] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 49 - //! to get the final user defined operation that can then be added to a [`OperationContext`](crate::operation::OperationContext) and [INFO] [stderr] 49 + //! to get the final user defined operation that can then be added to a [`OperationContext`] and [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/operation/builder.rs:50:59 [INFO] [stderr] | [INFO] [stderr] 50 | //! executed by the interpreter via [`run_from_concrete`](crate::operation::run_from_concrete). [INFO] [stderr] | ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [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] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 50 - //! executed by the interpreter via [`run_from_concrete`](crate::operation::run_from_concrete). [INFO] [stderr] 50 + //! executed by the interpreter via [`run_from_concrete`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `ExecutedExample` [INFO] [stderr] --> src/operation/builder/programming_by_demonstration.rs:11:39 [INFO] [stderr] | [INFO] [stderr] 11 | For example, you might store an Option<ExecutedExample> and set it to none when entering a branch that [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] 11 | For example, you might store an `Option<ExecutedExample>` and set it to none when entering a branch that [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `grabapl` (lib doc) generated 3 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/grabapl/index.html [INFO] running `Command { std: "docker" "inspect" "7754fb539ec5698faa9a99c061a2b882d1f5def01685a1baa5d02d9db475b3d5", kill_on_drop: false }`