Docs.rs
crossflow-0.0.6
crossflow 0.0.6
Permalink
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 workflow
crossflow
0.0.6
Module workflow
Module Items
Structs
Enums
Traits
In crate crossflow
crossflow
Module
workflow
Copy item path
Source
Structs
§
Scope
The internal interface of the scope, used to connect elements inside the scope to the start, terminate, and stream operations of the scope.
Scope
Settings
Settings which determine how the top-level scope of the workflow behaves.
Workflow
Settings
Settings that describe some aspects of a workflow’s behavior.
Enums
§
Delivery
Settings
Settings which determine how the workflow delivers its requests: in serial (handling one request at a time) or in parallel (allowing multiple requests at a time).
Traits
§
Spawn
Workflow
Ext
Trait to allow workflows to be spawned from a
Commands
or a
World
.