Skip to content

v0.0.3 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@hyunsik hyunsik released this 07 Oct 22:40
· 10 commits to master since this release

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