streamweave_tempfile/
lib.rs

1#![doc = include_str!("../README.md")]
2
3pub mod tempfile_consumer;
4pub mod tempfile_producer;
5
6pub use tempfile_consumer::*;
7pub use tempfile_producer::*;