0.1.2 - 2025-01-29
- Implement
std::error::Error
for error types - (14eb141)
0.1.1 - 2025-01-28
- Also expose
TryFutureExt
andTryStreamExt
- (fdbce1c)
0.1.0 - 2025-01-28
- Also re-export
ready!
andpin!
macros - (385cabf)
- Remove
futures-sink
dependency in favor offutures-util
import - (0b10dda)
- Bump version from 0.0.1 to 0.1.0 - (8525f26)
- Add
futures_{lite,buffered,sink,util}
reexports - (a566728) boxed
module withSend
/!Send
variants and re-exportstream
- (528e019)
- A maximum of 5 keywords is allowed - (6d9c5fb)
- Add LICENSE, README and cargo metadata - (c4450a5)