hdfs-rs v0.0.3 Release Notes

Release Date: 2015-10-07 // over 8 years ago
  • ๐Ÿš€ This release is considered alpha quality. We are still adding more wrapping APIs in order to fully cover the original native libhdfs APIs. Also, some wrapping APIs are still unstable, and their signature can be changed later.

    Major changes

    • All libhdfs APIs are ported.
    • Implemented safe and more idomatic rust APIs: HdfsFsCache, HdfsFile, HdfsUtil
    • HdfsFsCache, HdfsFile, HdfsUtil were reexported into the root module.
    • ๐Ÿ›  Fixed a bug caused by missed field in hdfsFileInfo