try_stream-transpose 0.3.0

Turn a stream of results into a stream of OKs without consuming the stream
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

## [0.3.0] -- 2026-09-18
- Use crate `futures_channel`'s instead of tokio's mpsc impl.

## [0.2.1] -- 2026-08-09
- Fix incorrect error propagation.

## [0.2.0] -- 2026-08-08
- Add `crate::Error`, an abstraction type for the errors our implementation can encounter internally.

## [0.1.0] -- 2026-08-04
Initial release.