Skip to content

Commit 2b60e24

Browse files
committed
Documented multireader crate.
1 parent e6d44f6 commit 2b60e24

File tree

1 file changed

+7
-0
lines changed
  • swimos_utilities/swimos_multi_reader/src

1 file changed

+7
-0
lines changed

swimos_utilities/swimos_multi_reader/src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
//! # Stream Aggregator
16+
//!
17+
//! Provides an aggregator that combines a collection of [futures::Stream]s of the same type
18+
//! into a single [futures::Stream].
19+
//!
20+
//! Additional streams can be added after initial construction.
21+
1522
mod reader;
1623

1724
pub use reader::MultiReader;

0 commit comments

Comments
 (0)