Files
proxmox-backup/pbs-tools/src/tokio/mod.rs
Wolfgang Bumiller 4805edc4ec move more tools for the client into subcrates
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-07-19 10:07:12 +02:00

3 lines
80 B
Rust

pub mod tokio_writer_adapter;
pub use tokio_writer_adapter::TokioWriterAdapter;