Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@a1phyr a1phyr released this 19 Oct 07:09
· 28 commits to master since this release

Added:

  • Traits ReadAt and WriteAt
  • SyncFile::offset
  • RandomAccessFile

Changed:

  • Some methods of SyncFile are no longer inherent methods but are available through Deref<Target = RandomAccessFile>
  • Some methods of SyncFile are no longer inherent methods but are available through traits ReadAt and WriteAt