hdfs-native 0.9.1

Native HDFS client implementation in Rust
Documentation
1
2
3
4
5
mod digest;
#[cfg(feature = "kerberos")]
mod gssapi;
pub mod sasl;
pub mod user;