Skip to content

tokio-uring v0.2.0

Compare
Choose a tag to compare
@Noah-Kennedy Noah-Kennedy released this 09 Jan 19:49
· 100 commits to master since this release
3692f63

0.2.0 (January 9th, 2022)

Fixed

fs: fix error handling related to changes in rustc (#69)
op: fix 'already borrowed' panic (#39)

Added

fs: add fs::remove_file (#66)
fs: implement Debug for File (#65)
fs: add remove_dir and unlink (#63)
buf: impl IoBuf/IoBufMut for bytes::Bytes/BytesMut (#43)