fs-hdfs 0.1.0

libhdfs binding library and safe Rust APIs
docs.rs failed to build fs-hdfs-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

fs-hdfs

It's modified based on the version "0.0.4" of http://hyunsik.github.io/hdfs-rs/.

In this crate, it leverages bindgen rather than gcc for build.rs to automatically generate Rust FFI bindings to the C library of libhdfs.

And it removes the lifetime in HdfsFs, which will be more friendly for others to depend on.