2 releases

0.6.0-alpha.1 Mar 29, 2024
0.6.0-alpha Mar 25, 2024

#4 in #zenoh-flow

23 downloads per month
Used in 4 crates (via zenoh-flow-runtime)

EPL-2.0 OR Apache-2.0

105KB
1.5K SLoC

This crate exposes the traits and structures necessary to create Zenoh-Flow nodes.

Items not exposed in the prelude are meant for internal usage within the Zenoh-Flow project.

[prelude]

Application developers wishing to create a data flow should include the [prelude] in their code-base as it regroups all the required structures and traits:

use zenoh_flow_nodes::prelude::*;

Next would be to implement, as different shared libraries, at least a Source, a Sink and possibly some Operators. See their respective documentation for examples.

Dependencies

~10MB
~197K SLoC