Docs.rs
crossflow-0.0.6
crossflow 0.0.6
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
mxgrey
Dependencies
anyhow ^1.0
normal
async-std ^1.12
normal
optional
async-task ^4.7.1
normal
optional
backtrace ^0.3
normal
bevy_app ^0.16
normal
bevy_derive ^0.16
normal
bevy_diagnostic ^0.16
normal
bevy_ecs ^0.16
normal
bevy_tasks ^0.16
normal
bevy_time ^0.16
normal
bevy_utils ^0.16
normal
cel-interpreter ^0.9.0
normal
optional
crossflow_derive ^0.0.6
normal
futures ^0.3.31
normal
futures-lite ^2.6
normal
optional
http ^1.3
normal
optional
itertools ^0.13
normal
prost ^0.14
normal
optional
prost-reflect ^0.16
normal
optional
schemars ^0.9.0
normal
optional
semver ^1.0.24
normal
optional
serde ^1.0.219
normal
optional
serde_json ^1.0.140
normal
optional
smallvec ^1.13
normal
strum ^0.26.3
normal
optional
thiserror ^1.0
normal
tokio ^1.47.1
normal
tonic ^0.14
normal
optional
tonic-prost ^0.14
normal
optional
tracing ^0.1.41
normal
variadics_please ^1.1
normal
zenoh ^1.5.1
normal
optional
zenoh-ext ^1.5.1
normal
optional
async-std ^1.12
dev
test-log ^0.2.16
dev
tonic-prost-build ^0.14
build
optional
getrandom ^0.3.3
normal
uuid ^1.13.1
normal
Versions
47.51%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module node
crossflow
0.0.6
Module node
Module Items
Modules
Structs
In crate crossflow
crossflow
Module
node
Copy item path
Source
Modules
§
dyn_
node
Structs
§
Fork
Clone
Output
The output of a cloning fork node. Use
Self::clone_output
to create a cloned output that you can connect to an input slot.
Fork
Option
Output
The output of a fork option operation. Each output can be connected to one input slot.
Fork
Result
Output
The output of a fork result operation. Each output can be connected to one input slot.
Input
Slot
The slot that receives input for a node. When building a workflow, you can connect the output of a node to this, as long as the types match.
Node
A collection of all the inputs and outputs for a node within a workflow.
Output
The output of a node. This can only be connected to one input slot. If the
Response
parameter can be cloned then you can call
Self::fork_clone
to transform this into a
ForkCloneOutput
and then connect the output into any number of input slots.