Download Latest Version remotefs 0.3.1 source code.tar.gz (58.4 kB)
Email in envelope

Get an email when there's a new version of remotefs

Home / v0.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2022-01-04 1.2 kB
remotefs 0.2.0 source code.tar.gz 2022-01-04 22.1 kB
remotefs 0.2.0 source code.zip 2022-01-04 40.6 kB
Totals: 3 Items   63.8 kB 0

0.2.0

Released on 04/01/2022

  • Moved protocols to extern crates:
  • aws-s3
  • ftp
  • ssh
  • Merged File, Directory and Entry into a unique struct called File. File types (symlink, file, directory) are now differentiated by the file_type attribute in Metadata.
  • find method is now optional, via the find feature (enabled by default)
  • Implemented From trait for Metadata.
  • create and append will now return a WriteStream instead of a box, which will contain the inner stream which supports Write and may support Seek (according to the protocol).
  • read will now return a ReadStream instead of a box, which will contain the inner stream which supports Read and may support Seek (according to the protocol).
  • Metadata times (created, accessed and modified) are now Option<SystemTime> in order to provide the user to handle unset times, in case it is not supported by the remote server.
  • append_file, create_file and open_file will now return the number of bytes transferred between the client and the server
Source: README.md, updated 2022-01-04