pipebase 0.2.0

A tokio based runtime library for data integration app
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod collect;
pub mod common;
pub mod context;
pub mod error;
pub mod export;
pub mod listen;
pub mod map;
pub mod poll;
pub mod prelude;
pub mod select;
pub mod stream;

pub use pipederive::main;