Releases: harrison-ai/cobalt-async
Releases · harrison-ai/cobalt-async
0.4.0 (November 25, 2022)
- Added checksum module with CRC32Sink to calculate CRC32.
- Added counter module with ByteCounter and ByteLimit.
- Enable optional features generation on docs.rs.
- Update tokio to 1.22.0
- Update anyhow to 1.0.66
- Update futures to 0.3.25
0.3.0 (June 24, 2022)
- Added a
try_finally
helper for running async cleanup code at the end of
an async Result-returning block.
0.2.0 (April 22, 2022)
- Added the
try_apply_chunker()
function.