pipestreamr 0.4.0

Rust SDK and CLI for the PipeStreamr unified events API
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod error;
pub mod models;

pub use client::PipeStreamrClient;
pub use error::Error;
pub use models::*;