An open API service indexing awesome lists of open source software.

https://github.com/datto/hdfs-rs

Rust bindings to libhdfs
https://github.com/datto/hdfs-rs

Last synced: 11 months ago
JSON representation

Rust bindings to libhdfs

Awesome Lists containing this project

README

          

High-level safe bindings for `libhdfs`, for reading from and writing to HDFS.

Files implement standard `std::io` traits `Read`, `Write`, and `Seek`.

Supports linking statically and dynamically with `libhdfs`.