| Crates.io | ogre-stream-ext |
| lib.rs | ogre-stream-ext |
| version | 0.1.6 |
| created_at | 2025-07-19 17:24:57.420312+00 |
| updated_at | 2025-09-19 23:39:55.483028+00 |
| description | `futures` shortcuts with ergonomic extensions to unlock the full power of Streams in Rust |
| homepage | https://github.com/zertyz/ogre-stream-ext |
| repository | https://github.com/zertyz/ogre-stream-ext |
| max_upload_size | |
| id | 1760402 |
| size | 198,817 |
futures & futures-util shortcuts with ergonomic extensions to unlock the full power of Streams in RustThis crate extends the Stream support offered by both futures & futures-util, adding the necessary functionalities to enable useful and neat patterns when working with Streams for
event driven and reactive programming, with fill support for error handling patterns.
We are still in early infancy with still some unstable & experimental APIs, missing docs, and even not fully optimized implementations.
whatever-trait --
please see the benchmarks -- and yet more flexible in regard to keeping up the pace if temporary slowdowns occur.try_ extensions -- multiple new .try_ combinators simply missing from the features::TryStreamExt extension, such as:
.try_enumerate() & .try_enumerate_all().try_count()