Skip to content

Releases: harrison-ai/cobalt-async

0.4.0 (November 25, 2022)

25 Nov 01:29
caa7758
Compare
Choose a tag to compare
  • 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)

24 Jun 01:05
@rfk rfk
6cb824d
Compare
Choose a tag to compare
  • 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)

21 Apr 23:30
da259a5
Compare
Choose a tag to compare
  • Added the try_apply_chunker() function.