| Crates.io | stream-partition |
| lib.rs | stream-partition |
| version | 0.1.0 |
| created_at | 2025-06-10 16:45:48.157388+00 |
| updated_at | 2025-06-10 16:45:48.157388+00 |
| description | Partition a single stream into multiple sub-streams based on a key |
| homepage | https://github.com/JadedBlueEyes/stream-partition |
| repository | https://github.com/JadedBlueEyes/stream-partition |
| max_upload_size | |
| id | 1707393 |
| size | 43,233 |
A Rust library for partitioning a single stream into multiple sub-streams based on keys.
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.