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