proxmox/proxmox-async/src/stream/mod.rs
Dietmar Maurer cab125297b proxmox-async: improve dev docs
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2021-11-20 17:07:52 +01:00

5 lines
116 B
Rust

//! Helper which implement tokio streams.
mod async_reader_stream;
pub use async_reader_stream::AsyncReaderStream;