stream-partition

Crates.iostream-partition
lib.rsstream-partition
version0.1.0
created_at2025-06-10 16:45:48.157388+00
updated_at2025-06-10 16:45:48.157388+00
descriptionPartition a single stream into multiple sub-streams based on a key
homepagehttps://github.com/JadedBlueEyes/stream-partition
repositoryhttps://github.com/JadedBlueEyes/stream-partition
max_upload_size
id1707393
size43,233
Jade Ellis (JadedBlueEyes)

documentation

README

stream-partition

CI status dependency status Last commit

A Rust library for partitioning a single stream into multiple sub-streams based on keys.

Overview

stream-partition provides a utility to split a stream into multiple sub-streams, where each sub-stream contains only items that match a specific key determined by an async function.

This can be used to process different types of items from a single stream with different logic.

Commit count: 8

cargo fmt