flarrow-url 0.2.2

flarrow (flow + arrow) is a rust runtime/framework for building dataflow applications.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod node;
pub(crate) mod plugin;

pub mod prelude {
    pub use crate::node::*;
    pub use crate::plugin::*;

    pub use flarrow_api::prelude::*;
}