Skip to content

0.4.7

Compare
Choose a tag to compare
@gyscos gyscos released this 09 Apr 17:21
· 410 commits to main since this release
  • Add non-consuming stream::Encoder<W>::try_finish(&mut self) -> Result<W, (Self, io::Error)>
    • (Useful for non-blocking IO when the final writes are interrupted)