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.