Docs.rs
zenoh-flow-0.5.0-alpha.4
zenoh-flow 0.5.0-alpha.4
Docs.rs crate page
EPL-2.0
OR
Apache-2.0
19 October 2025
Links
Homepage
Repository
crates.io
Source
Owners
eclipse-zenoh-bot
gabrik
J-Loudet
Dependencies
anyhow ^1.0
normal
async-lock ^2.4.0
normal
async-recursion ^1.0.0
normal
async-std =1.12.0
normal
async-trait ^0.1.50
normal
base64 ^0.20.0
normal
bincode ^1.3
normal
bytesize ^1.2.0
normal
clap ^4.0
normal
const_format ^0.2.22
normal
derive_more ^0.99.10
normal
env_logger ^0.10
normal
event-listener ^2.5.1
normal
flume ^0.10
normal
futures ^0.3.15
normal
futures-lite ^1.12
normal
git-version ^0.3
normal
humantime ^2.1.0
normal
itertools ^0.10.3
normal
libloading ^0.7.0
normal
log ^0.4
normal
more-asserts ^0.3
normal
paste ^1.0
normal
petgraph ^0.6.0
normal
pin-project-lite ^0.2.4
normal
ramhorns ^0.14
normal
serde ^1.0.55
normal
serde_cbor ^0.11
normal
optional
serde_derive ^1.0.55
normal
serde_json ^1.0
normal
optional
serde_yaml ^0.9
normal
typetag ^0.2
normal
uhlc ^0.5.1
normal
url ^2.2
normal
uuid ^1.1
normal
zenoh ^0.7.2-rc
normal
zenoh-flow-derive ^0.5.0-alpha.4
normal
zenoh-sync ^0.7.2-rc
normal
zenoh-util ^0.7.2-rc
normal
zrpc ^0.7.0-alpha.1
normal
zrpc-macros ^0.7.0-alpha.2
normal
prost ^0.11
dev
tempdir ^0.3.7
dev
rustc_version ^0.4.0
build
Versions
42.77%
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
zenoh_
flow
0.5.0-alpha.4
Module node
Module Items
Type Aliases
In zenoh_
flow::
runtime::
dataflow
zenoh_flow
::
runtime
::
dataflow
Module
node
Copy item path
Source
Type Aliases
ยง
Operator
Fn
OperatorFn
is the only signature we accept to construct an
Operator
.
SinkFn
SinkFn
is the only signature we accept to construct a
Sink
.
Source
Fn
SourceFn
is the only signature we accept to construct a
Source
.