Crate hdfs_native_object_store

source
Expand description

object_store::ObjectStore implementation for the Native Rust HDFS client

§Usage

use hdfs_native_object_store::HdfsObjectStore;
let store = HdfsObjectStore::with_url("hdfs://localhost:9000")?;

Structs§