Releases: a1phyr/sync_file
Releases · a1phyr/sync_file
Version 0.3.1
Version 0.3.0
- Update MSRV to 1.85 and update to edition 2024.
- Support building for
wasm32-wasip2target. - Add
Sizetrait and a betterSeekimplementation forAdapter.
Version 0.2.8
- Add support for vectored I/O
Version 0.2.7
- Implement I/O safety traits
- Update MSRV to 1.63
Version 0.2.6
- Add
WriteAt::flush
Version 0.2.5
- Add
Adapterto make aio::Read/io::Write/io::Seekwrapper around aReadAt/WriteAt
Version 0.2.4
- Update MSRV badge in README
- Doc improvements
Version 0.2.3
- Add
RandomAccessFile::try_clone - Use
wasicrate to support nativeRandomAccessFile::read_aton stable - Use edition 2021
Version 0.2.2
- Fix
io::Empty::read_exact_atreturningErrwith empty buffers
Version 0.2.1
- Impl
From<RandomAccessFile>forSyncFile