Skip to content

Releases: a1phyr/sync_file

Version 0.3.1

10 Sep 10:56

Choose a tag to compare

  • Reserve capacity upfront in SyncFile::read_to_end and SyncFile::read_to_string
  • Switch to wasip1 crate

Version 0.3.0

15 Mar 16:47

Choose a tag to compare

  • Update MSRV to 1.85 and update to edition 2024.
  • Support building for wasm32-wasip2 target.
  • Add Size trait and a better Seek implementation for Adapter.

Version 0.2.8

25 Mar 14:49

Choose a tag to compare

  • Add support for vectored I/O

Version 0.2.7

25 Mar 14:48

Choose a tag to compare

  • Implement I/O safety traits
  • Update MSRV to 1.63

Version 0.2.6

25 Mar 14:47

Choose a tag to compare

  • Add WriteAt::flush

Version 0.2.5

25 Mar 14:46

Choose a tag to compare

  • Add Adapter to make a io::Read/io::Write/io::Seek wrapper around a ReadAt/WriteAt

Version 0.2.4

21 Nov 18:28

Choose a tag to compare

  • Update MSRV badge in README
  • Doc improvements

Version 0.2.3

26 Aug 12:32

Choose a tag to compare

  • Add RandomAccessFile::try_clone
  • Use wasi crate to support native RandomAccessFile::read_at on stable
  • Use edition 2021

Version 0.2.2

31 Mar 16:35

Choose a tag to compare

  • Fix io::Empty::read_exact_at returning Err with empty buffers

Version 0.2.1

09 Jan 10:36

Choose a tag to compare

  • Impl From<RandomAccessFile> for SyncFile