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
- Host: GitHub
- URL: https://github.com/datto/hdfs-rs
- Owner: datto
- License: mpl-2.0
- Created: 2020-04-24T22:35:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T22:36:10.000Z (about 6 years ago)
- Last Synced: 2025-05-29T17:33:14.099Z (about 1 year ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.