A Rust client for interacting with HDF (Hierarchical Data Format) REST APIs.
- Easy-to-use Rust interface for HDF REST operations
- Support for reading and writing HDF5 datasets
- Asynchronous API calls using tokio runtime
Add this to your Cargo.toml
:
[dependencies] hdfrest = "0.1.0"
TODO
For more detailed information about the API and its usage, please refer to the documentation.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.